[Puppet Users] handling notify/subscribe in defines

2010-06-28 Thread Mathijs
uot;blah": notify => SpecialFile["/blahfile"] } ## Now, I want to do something special (for example touch it) in special_file if it gets notified. How can I do this? Thanks, Mathijs -- You received this message because you are subscribed to the Google Groups "

[Puppet Users] overriding resources

2010-06-24 Thread Mathijs
Hi all, Is it possible to override the behaviour of all instances of a resource from a module? I would like to have my "apt" module add a requirement for Exec["apt- get update"] to all Package resources. putting Package { require => Exec["apt-get update"] } in the module itself won't work, since

[Puppet Users] Re: "total control" for certain resources

2010-06-16 Thread Mathijs
ed anywhere in the manifest are left alone. The "resource purge" being mentioned seems to be what I'm after. How does it work? How can I trigger it? Where to find docs and what resources have support for it? Thanks again Mathijs On Jun 17, 6:04 am, Ohad Levy wrote: > On Thu, Jun

[Puppet Users] "total control" for certain resources

2010-06-16 Thread Mathijs
some resource-types to remove/purge everything that does not get mentioned in the config. Then I can just take stuff out of configs if I don't want it anymore. Has anyone found a solution for this? Thanks, Mathijs -- You received this message because you are subscribed to the Google Grou

[Puppet Users] "cyclic" dependencies

2010-06-15 Thread Mathijs
) but puppet is smart enough to see I'm aliasing service1 in that case. Is there any nice way to do this? Thanks, Mathijs -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-us