Re: [Puppet Users] Question about "refreshonly"

2010-11-08 Thread Nan Liu
On Mon, Nov 8, 2010 at 6:49 AM, Sean Carolan wrote: > I have inherited some puppet configurations; there is an exec resource > that looks like this: > > exec { "force-reload-httpd": >  command => "/etc/rc.d/init.d/httpd force-reload", >  refreshonly => true, > } > > Should this be paired with a "s

[Puppet Users] Question about "refreshonly"

2010-11-08 Thread Sean Carolan
I have inherited some puppet configurations; there is an exec resource that looks like this: exec { "force-reload-httpd": command => "/etc/rc.d/init.d/httpd force-reload", refreshonly => true, } Should this be paired with a "subscribe" or "notify" somewhere? -- You received this message bec