Skip to content

Instantly share code, notes, and snippets.

@joonas
Created August 28, 2011 16:59
Show Gist options
  • Save joonas/1176912 to your computer and use it in GitHub Desktop.
Save joonas/1176912 to your computer and use it in GitHub Desktop.
puppet case reference
# from http://pastie.org/2444032
case $operatingsystem {
"Ubuntu": {
case $lsbdistrelease {
"10.04": { $service_name = "postgresql-${version}", }
"10.10": { $service_name = "postgresql", }
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment