Title: Message Title
Adrien Thebo commented on an issue
Puppet / Bug PUP-1381
cron type and provider only return resources for ENV["USER"] or "root", not all users
*NOTE*: This ticket now only tracks the adding of a warning about the upcoming fix. There will be a separate ticket to track the fix itself.

Original report below.
----

When using

{code}resources { cron: purge => true }{code}

only the root users crontab is purged. This works:
{code}
cron {"foo":
        command => "ls",
        ensure =...


--
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/d/optout.

Reply via email to