system-config/modules/openstack_project/spec/acceptance/fixtures/default.pp

9 lines
163 B
Puppet

$manage_afs = $::operatingsystem ? {
'CentOS' => false,
default => true
}
class { 'openstack_project::server':
afs => $manage_afs,
}