[Puppet Users] Re: ensure => file, creating directories

2016-01-14 Thread Russell Anderson
We used to get this in spurts. Moving the file to a template always fixed the issue for us. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubsc

Re: [Puppet Users] Re: ensure => file, creating directories

2016-01-13 Thread linux script
Even I faced the issue some time ago and the error is gone after quoting each and every variable with curly braces. Please check if something like below works for you. file { ${name}: On 14 Jan 2016 00:28, "Clay Stuckey" wrote: > I know this is ancient history but I just had the same thing happe

[Puppet Users] Re: ensure => file, creating directories

2016-01-13 Thread Clay Stuckey
I know this is ancient history but I just had the same thing happen. I have not been able to reproduce it. Do you remember any resolution? On Tuesday, November 29, 2011 at 9:06:25 AM UTC-5, jasper.h...@m-w.co.uk wrote: > > Hi all, > > Recently upgraded one of our puppet servers from 2.6.4 to

[Puppet Users] Re: ensure => file, creating directories

2012-09-10 Thread Andrei Burd
Hi, what was the solution finally? cause i receive directory after the following code: file { "/etc/apache2/htpasswd/${name}": ensure => "present", source => [ "puppet:///modules/sites/htpasswd/${name}", "puppet:///modules/sites