Re: [Puppet Users] Files & Exec

2010-07-05 Thread Peter Berghold
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

Re: [Puppet Users] Files & Exec

2010-07-05 Thread Brian Gallew
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

[Puppet Users] Files & Exec

2010-07-05 Thread Peter Berghold
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