Created
July 22, 2016 07:51
-
-
Save big-samantha/ded84bf3a2bc26d22b1244541bc17a1a to your computer and use it in GitHub Desktop.
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
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