Skip to content

Instantly share code, notes, and snippets.

@danielholmstrom
Created October 20, 2013 18:54
Show Gist options
  • Save danielholmstrom/7073693 to your computer and use it in GitHub Desktop.
Save danielholmstrom/7073693 to your computer and use it in GitHub Desktop.
node default {
Exec { path => "/bin:/usr/bin:/usr/local/bin" }
exec { "apt-get update": command => "apt-get update" }
package {'vim': ensure=>installed, }
#class { 'postgresql::server': } postgresql::server::db {'pluto_development': user => 'pluto', password => postgresql_password('pluto', 'plutopass'),}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment