Created
August 28, 2011 16:55
-
-
Save joonas/1176903 to your computer and use it in GitHub Desktop.
params
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class postgres::params { | |
| $service_name = $operatingsystem ? { | |
| "Ubuntu" => $lsbdistrelease { | |
| "10.04" => "postgresql-${version}", | |
| "10.10", "11.04" => "postgresql", | |
| }, | |
| default => "postgresql", | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment