Re: [Puppet Users] file_line stdlib not processing

2012-11-15 Thread Jeff McCune
Hi, There's also the inifile module Chris Price wrote which may be helpful for a broader range of problems than file_line or sysctl are able to address: http://puppetlabs.com/blog/module-of-the-week-cprice404-inifile/ Jerry, This seems like a bug in the stdlib file_line type. Could you please

Re: [Puppet Users] file_line stdlib not processing

2012-11-15 Thread Peter Brown
I find it so useful i keep recomending it :) Thanks for writing it! On Nov 15, 2012 9:21 PM, "Fiddyspence" wrote: > Hey Pete - glad you find it useful! > > On Wednesday, 14 November 2012 23:02:36 UTC, Pete wrote: >> >> I discovered an awesome module for managing sysctl on the forge. It not >> on

Re: [Puppet Users] file_line stdlib not processing

2012-11-15 Thread Fiddyspence
Hey Pete - glad you find it useful! On Wednesday, 14 November 2012 23:02:36 UTC, Pete wrote: > > I discovered an awesome module for managing sysctl on the forge. It not > only manages the sysctl file but setting them as well. > > Have a look here. -> https://forge.puppetlabs.com/fiddyspence/sysct

Re: [Puppet Users] file_line stdlib not processing

2012-11-14 Thread Peter Brown
I discovered an awesome module for managing sysctl on the forge. It not only manages the sysctl file but setting them as well. Have a look here. -> https://forge.puppetlabs.com/fiddyspence/sysctl On Nov 15, 2012 7:16 AM, "Jerry Keen" wrote: > I created a new manifest on a fedora 17 box using >

[Puppet Users] file_line stdlib not processing

2012-11-14 Thread Jerry Keen
I created a new manifest on a fedora 17 box using puppet-2.7.18-1.fc17.noarch and puppet-server, the same versions. I installed stdlib to and created a manifest using about 60 lines such as below : file_line { "sysctl0": path =>'/etc/sysctl.conf', line => "#",} file_line { "sysctl1": path =>