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
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