search for: directfil

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

Did you mean: directfile
2007 Nov 29
2
Overriding resources in a define in a module - can''t get syntax right
Maybe it works, maybe it doesn''t, but I sure as hell can''t make it work. I get stuck with "Could not find object(s)" whatever I do This is my module init.pp class ztest::setup { notice "MAIN SETUP CLASS" file { directfile: path => "/etc/directfile", owner => root, group => root, mode => 0644, content => "A B C D\n" } testfile { testing: content => "1 2 3 4\n" } define testfile($content) { file { myfile:...