On Wed, Nov 5, 2008 at 4:04 PM, Phillip Scholz <[EMAIL PROTECTED]>wrote:

> what happens if you add a subscribe for the package to the service?
>
>
>    service {
>        "auditd":
>            ensure        => running,
>            enable        => true,
>            hasrestart    => true,
>            subscribe    => [ File["/etc/audit/auditd.conf"],
> Package["audit"] ],
>            require        => Package["audit"],
>    }
>


Same result, unfortunately.

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

Reply via email to