Default to a bogus rsa key on puppetmaster
This allows rapid testing with 'include o_p:puppetmaster' and lines up with the instructions in doc/source/puppet.rst Change-Id: I9bd30bedefef24e2691d851e038a02864eca45ab
This commit is contained in:
parent
91480b309c
commit
1c058b55d8
@ -1,7 +1,7 @@
|
||||
# == Class: openstack_project::puppetmaster
|
||||
#
|
||||
class openstack_project::puppetmaster (
|
||||
$root_rsa_key,
|
||||
$root_rsa_key = 'xxx',
|
||||
$sysadmins = [],
|
||||
$version = '3.',
|
||||
$ca_server = undef,
|
||||
|
Loading…
x
Reference in New Issue
Block a user