Hi All,

I following code is not working. Not sure why. 

exec { "file_system_cleanup":
                command => "touch /root/file_system_cleanup.log",
                path    => '/bin/:/sbin/:/usr/bin/:/usr/sbin',
                onlyif  => "test `df -h / | tail -1 | awk '{print $5}' | 
sed 's/%//g'` -gt 20",
         }



Thanks,

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/bb70624f-90a5-4153-bdcc-312e422d93c0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to