[Puppet Users] Re: If ! defined concat

2015-05-15 Thread David Evans
Hi, Ignore me! This works just fine... if ! defined(Concat['/myfile']) { I did try that earlier, so I guess I got confused by some other error that needed solving at the same time. Regards, David On Friday, 15 May 2015 13:48:22 UTC+1, David Evans wrote: > > Hi, > > Do

[Puppet Users] If ! defined concat

2015-05-15 Thread David Evans
Hi, Does a file created with puppetlabs\concat get added to File[]? If not how can I check if such a file is already defined (so as not to get a duplicate definition error). I'm using this, but it doesn't seem to work: if ! defined(File['/myfile']) { concat { '/myfile': ensure=> present

[Puppet Users] Re: Partial change from a puppet run

2015-05-01 Thread David Evans
ks again, David On Monday, 27 April 2015 17:50:55 UTC+1, jcbollinger wrote: > > > > On Friday, April 24, 2015 at 9:35:12 AM UTC-5, David Evans wrote: >> >> Hi, >> >> >> I notice that when I provision a host and puppet runs for the first time >>

[Puppet Users] Partial change from a puppet run

2015-04-24 Thread David Evans
Hi, I notice that when I provision a host and puppet runs for the first time that it does not deliver all the change necessary for the next puppet run to be 'quiet'. In fact it can take several runs before the host is up-to-date. I have three concerns around this: 1. If I am spinning