Code to make CentOS work

This commit is contained in:
Gene Liverman 2018-02-10 20:17:54 -08:00
parent 4b75708af5
commit 904f5cdd55
3 changed files with 220 additions and 0 deletions

View file

@ -2,6 +2,7 @@
class profile::linux {
case $facts['os']['family'] {
'Debian': { include ::profile::linux::debian }
'RedHat': { include ::profile::linux::el }
default: { fail("${facts['os']['family']} isn't supported yet") }
}