search for: fxqe

Displaying 2 results from an estimated 2 matches for "fxqe".

Did you mean: fqe
2007 Aug 20
1
SimpleTextRecipes
...#39; -- file", path => "/bin:/usr/bin:/usr/local/bin", } } define prepend_if_no_such_line($file, $line) { exec { "/usr/bin/perl -p0i -e ''s/^/$line\n/;'' ''$file''": unless => "grep -Fxqe ''$line'' ''file''", path => "/bin:/usr/bin:/usr/local/bin", } } in classes/fileTest.pp: class fileTest { file { "/puppetTestFile": ensure => present, } append_if_no_...
2007 Feb 06
14
Unless in exec doesn''t seem to be honored on notify.
This was a fun one to track down... I was trying to use the append_if_no_such_line script from the wiki and it was working fine EXCEPT when I threw a notify at it. The notify appears to completely ignore both unless and onlyif within the exec for some reason. If I put the same test in the actual command line, it works fine. Example: unless => "/bin/grep -Fqe ''$line''