Re: [Puppet Users] file_line assistance

2013-07-31 Thread Martin Alfke
Hi, do you have pluginsync enabled? During the first puppet agent run (after you have added std lib module) you will see many files synced to the agent. hth, Martin On Jul 30, 2013, at 11:24 PM, Tom Hanstra wrote: > I'm running puppet 3.2.3 with the current (4.1.0) stdlib set from puppetla

[Puppet Users] file_line assistance

2013-07-30 Thread Tom Hanstra
I'm running puppet 3.2.3 with the current (4.1.0) stdlib set from puppetlabs. I'm attempting to use file_line to add a line to a file. I've dumbed this down to basically the test script: class hs_puptest1 { file { '/tmp/testfile': ensure => present }-> file_line { 'test_line':