packstack/packstack/puppet/modules/packstack/manifests/nova/cert.pp

7 lines
92 B
Puppet

class packstack::nova::cert ()
{
class { '::nova::cert':
enabled => true,
}
}