Skip to content

Instantly share code, notes, and snippets.

@brokenthumbs
Created March 12, 2014 18:13
Show Gist options
  • Save brokenthumbs/9512855 to your computer and use it in GitHub Desktop.
Save brokenthumbs/9512855 to your computer and use it in GitHub Desktop.
node 'puppet-agent.example.com' {
file { 'hello_world':
path => '/tmp/hello_world.log',
ensure => present,
content => "Hello World",
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment