Skip to content

Instantly share code, notes, and snippets.

@ashrithr
Created February 12, 2014 11:01
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 ashrithr/8953499 to your computer and use it in GitHub Desktop.
Save ashrithr/8953499 to your computer and use it in GitHub Desktop.
puppet manifest as script
#!/usr/bin/env puppet apply --verbose
file { "/tmp/local":
content => "Test from puppet",
ensure => file
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment