Refreshonly will execute when it is either notified or the subscribe
resource changes. If there is none of those definition then that Exec
will never execute.

On Nov 8, 9:49 am, Sean Carolan <scaro...@gmail.com> 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 "subscribe" or "notify" somewhere?

-- 
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...@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to