Issue #11383 has been reported by Nick Jenkin.

----------------------------------------
Bug #11383: cron resource purge only occurs on the root user
https://projects.puppetlabs.com/issues/11383

Author: Nick Jenkin
Status: Unreviewed
Priority: Normal
Assignee: 
Category: 
Target version: 2.6.x
Affected Puppet version: 
Keywords: 
Branch: 


When using resources { cron: purge => true }, only the root users crontab is 
purged.

This works:
cron {"foo":
        command => "ls",
        ensure => present,
        user => root,
}

(and then proceed to comment the above out):
notice: /Cron[foo]/ensure: removed

This does not work:

cron {"bar":
        command => "ls",
        ensure => present,
        user => nick,
}

This crontab will still exist if commented out.

Broken in 2.6 and latest stable.


-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://projects.puppetlabs.com/my/account

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Bugs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/puppet-bugs?hl=en.

Reply via email to