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:
Spencer Krum 2015-03-10 19:35:23 -07:00
parent 91480b309c
commit 1c058b55d8

View File

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