context('when on other',excl: (facts[:osfamily]!='RedHat'||facts[:operatingsystem]=='Fedora'||['6','7','8'].include?(facts[:operatingsystemmajrelease])))do
context('when on other',excl: (facts[:osfamily]!='RedHat'||facts[:operatingsystem]=='Fedora'||%w[6 7 8].include?(facts[:operatingsystemmajrelease])))do