search for: appendtest

Displaying 1 result from an estimated 1 matches for "appendtest".

Did you mean: append_text
2007 Aug 20
1
SimpleTextRecipes
...line'' ''file''", path => "/bin:/usr/bin:/usr/local/bin", } } in classes/fileTest.pp: class fileTest { file { "/puppetTestFile": ensure => present, } append_if_no_such_line { appendtest: file => "/puppetTestFile", line => "this is the append test", } prepend_if_no_such_line { prependtest: file => "/puppetTestFile", line => "this is the prepend test",...