Skip to content

Instantly share code, notes, and snippets.

@binford2k
Created September 6, 2013 21:53
Show Gist options
  • Save binford2k/6470459 to your computer and use it in GitHub Desktop.
Save binford2k/6470459 to your computer and use it in GitHub Desktop.
$pkg = $osfamily ? {
'redhat' => 'gcc',
'debian' => [ 'gcc', 'build-essential' ],
}
package { $pkg:
ensure => present,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment