Skip to content

Instantly share code, notes, and snippets.

@dalen
Created April 30, 2013 12:23
Show Gist options
  • Save dalen/5488379 to your computer and use it in GitHub Desktop.
Save dalen/5488379 to your computer and use it in GitHub Desktop.
class foo (
$package_name = $osfamily ? {
Debian => libfoo-ruby,
Redhat => ruby-foo,
},
$param2,
$param3,
) {
....
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment