Title: Message Title
Doug Forster commented on an issue
Puppet / Bug PUP-1585
cron resrouces with target specified generate duplicate entries
The following resource results in duplicate cron entry added with each puppet run:
{noformat} cron { 'bacula_vacuumdb':
      ensure => present,
      minute => '00',
      hour => '12',
      command => 'vacuumdb --analyze -U postgres bacula',
      target => 'postgres',
    }{noformat}

Example of Cron:
{noformat}~# crontab -l ...

--
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to