Dan,

You are correct: subscribe is a superset of require, and notify is a
superset of before.

--Paul

On Thu, Jun 18, 2009 at 7:42 AM, Dan Bode<[email protected]> wrote:
> I noticed in that many of the modules in lab42 have resources that use
> require and subscribe for the same resource.
>
> Doesn't subscribe imply require? (and notify implies before)
>
>
> class syslog
>   file {
>     "syslog.conf":
>     ......
>   }
>
>   service {
>     "syslog":
>        ......
>        require   => File["syslog.conf"],
>        # isnt require implied by subscribe?
>        subscribe => File["syslog.conf"],
>   }
> }
>
>
> thanks,
>
> Dan Bode
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Puppet Users" 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-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to