1 2 3 4 5 6 7
class smallfs { case $::operatingsystem { Ubuntu: { include smallfs::linux } Linux: { include smallfs::linux } } }