fuel-plugin-calamari/deployment_scripts/puppet/manifests/restart-salt.pp

3 lines
86 B
Puppet

if($::osfamily == 'Redhat') {
include fuel_plugin_calamari::centos_salt::restart
}