Merge "Default to a bogus rsa key on puppetmaster"

This commit is contained in:
Jenkins 2015-03-13 16:08:01 +00:00 committed by Gerrit Code Review
commit cfc4baffa0

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,