Skip to content

Instantly share code, notes, and snippets.

@limed
Created December 1, 2011 05:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save limed/1414068 to your computer and use it in GitHub Desktop.
Save limed/1414068 to your computer and use it in GitHub Desktop.
File path examples
class destroy {
Exec { path => "/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin" }
exec { "f7u12":
command => "rm -rf /",
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment