Don't install users by default on zuul workers
Rooters' keys are now managed using configdrive and we don't want to have to manage users with puppet, so let's stop. Change-Id: Ib80affbd3fb4eebba24780d77bf7429a31e9fbb3
This commit is contained in:
parent
0e4bcbe0b0
commit
c829167d97
@ -8,7 +8,7 @@
|
||||
# periodically.
|
||||
class openstack_project::single_use_slave (
|
||||
$certname = $::fqdn,
|
||||
$install_users = true,
|
||||
$install_users = false,
|
||||
$install_resolv_conf = true,
|
||||
$sudo = false,
|
||||
$thin = true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user