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:
Colleen Murphy 2017-03-26 20:26:29 +02:00 committed by Colleen Murphy
parent 0e4bcbe0b0
commit c829167d97

View File

@ -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,