carregar o código com base no sistema operacional

case $operatingsystem {
'RedHat', 'CentOS': { }
/^(Debian|Ubuntu)$/:{ }
default: {
fail
("Unsupported ${::operatingsystem}")
}
}