
The zuul workers already have these repos installed by install_puppet.sh (not for much longer but still). Change-Id: I52bd7d48586492e8843b47bfb91043f28ea06b78
17 lines
453 B
Puppet
17 lines
453 B
Puppet
# == Class: openstack_project::template
|
|
#
|
|
# A template host with no running services
|
|
#
|
|
class openstack_project::template (
|
|
$pin_puppet = '3.',
|
|
$install_resolv_conf = true,
|
|
$certname = $::fqdn,
|
|
$ca_server = undef,
|
|
$afs = false,
|
|
$puppetmaster_server = 'puppetmaster.openstack.org',
|
|
$sysadmins = [],
|
|
$permit_root_login = 'no',
|
|
) {
|
|
|
|
}
|