Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save big-samantha/ded84bf3a2bc26d22b1244541bc17a1a to your computer and use it in GitHub Desktop.
Save big-samantha/ded84bf3a2bc26d22b1244541bc17a1a to your computer and use it in GitHub Desktop.
case $::osfamily {
'debian' {
case $::operatingsystemmajrelease {
'8': { }
'7': { }
}
}
'redhat' {
case $::operatingsystemmajrelease {
'7': { }
'6': { }
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment