> > To put it another way, subscribe is a special case of require with > added magic in it. They both imply the same ordering relationship, > but require adds the additional 'restart if this is changed' logic.
That should read "but subscribe adds the additional..." > > Similarly, notify is like before, with that same extra magic, just > specified in a different way. It does the same thing. You could > write all of your Puppet language with 'subscribe' and 'require' > instead of 'notify' and 'before' if it made it simpler for you. > You can think of 'require' as reading like 'after'. > > --Michael > -- 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.
