Skip to content

Instantly share code, notes, and snippets.

@initcron
Created July 18, 2014 05:52
Show Gist options
  • Select an option

  • Save initcron/16640e40cb96ce843bbc to your computer and use it in GitHub Desktop.

Select an option

Save initcron/16640e40cb96ce843bbc to your computer and use it in GitHub Desktop.
puppet manifest for vagrant-aws exercise
file { '/etc/motd':
content => "Welcome to Training virtual machine!
Managed by Puppet.\n"
}
package{'emacs23-nox':}
package{'ntp':}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment