Skip to content

Instantly share code, notes, and snippets.

@jpadams
Last active December 29, 2015 13:49
Show Gist options
  • Save jpadams/7679892 to your computer and use it in GitHub Desktop.
Save jpadams/7679892 to your computer and use it in GitHub Desktop.
class acts {
runyer::posix_command { 'ls':
command => 'ls -al',
}
runyer::posix_command { 'du':
command => 'du -k',
}
runyer::windows_command { 'stuff':
command => 'mkdir c:/foobar',
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment