Skip to content

Instantly share code, notes, and snippets.

@nightfly19
Created March 11, 2014 01:50
Show Gist options
  • Select an option

  • Save nightfly19/9478030 to your computer and use it in GitHub Desktop.

Select an option

Save nightfly19/9478030 to your computer and use it in GitHub Desktop.
$cert_path = $::osfamily ? {
'RedHat' => '/etc/pki/tls/certs/cas.pem',
default => fail("osfamily ${osfamily} not supported"),
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment