search for: gepet

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

Did you mean: genet
2012 Aug 08
2
Exec resource don't write file after the command
Hi all, I''m trying to have the exec resource write a file after the command but it don''t. here is the resource declaration class gepet { notify { ''begin'':} file { ''/root/essai/html'': ensure => present, content => "Wrote By Yves Nton", notify => Exec[''test''], } exec { ''test'': path => "/usr/bin:/usr/sbin:/bin", cwd => "/...