Skip to content

Instantly share code, notes, and snippets.

@brokenthumbs
Created March 21, 2014 18:58
Show Gist options
  • Save brokenthumbs/9693440 to your computer and use it in GitHub Desktop.
Save brokenthumbs/9693440 to your computer and use it in GitHub Desktop.
class foo {
$admin_user = $environment ? {
"dev" => "alpha",
"stage" => "bravo",
default => "charlie"
}
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