On Mon, Jul 5, 2010 at 12:55 PM, Brian Gallew wrote:
> Mark your exec with "refreshonly => true".
>
>
>
Had a feeling it was something really simple... ;-?
--
Peter L. Berghold
Owner, Shark River Technical Solutions LLC
--
You received this message because you are subscribed to the Google Gr
Mark your exec with "refreshonly => true".
On Mon, Jul 5, 2010 at 9:53 AM, Peter Berghold wrote:
> Hi folks,
>
> I have a few rules in my manifests that take the form:
>
> file {
> some-file:
> source => "puppet://puppet/some/path",
> -- etc--
> }
>
> exec {
> sync
Hi folks,
I have a few rules in my manifests that take the form:
file {
some-file:
source => "puppet://puppet/some/path",
-- etc--
}
exec {
sync-action:
cwd => "/some/path",
command=> "/some/command",
subscribe => [File