Skip to content

Instantly share code, notes, and snippets.

@brokenthumbs
Created March 21, 2014 19:17
Show Gist options
  • Save brokenthumbs/9693892 to your computer and use it in GitHub Desktop.
Save brokenthumbs/9693892 to your computer and use it in GitHub Desktop.
class foo (
$admin_user = "default_user"
) {
file { "/var/foo.conf":
ensure => present,
content => template("foo/template.erb"),
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment