Skip to content

Instantly share code, notes, and snippets.

@ripienaar
Created July 27, 2015 07:41
Show Gist options
  • Save ripienaar/8137fc86a9c361472f68 to your computer and use it in GitHub Desktop.
Save ripienaar/8137fc86a9c361472f68 to your computer and use it in GitHub Desktop.
["update-puppet.sh", "run-puppet.sh"].each |$file| {
file{"/usr/local/bin/${file}":
owner => "root",
group => "root",
mode => "0700",
source => "puppet:///modules/puppet/${file}"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment