From 1c058b55d8bfa5d021719fc7337f858826f368cb Mon Sep 17 00:00:00 2001 From: Spencer Krum Date: Tue, 10 Mar 2015 19:35:23 -0700 Subject: [PATCH] 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 --- modules/openstack_project/manifests/puppetmaster.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/openstack_project/manifests/puppetmaster.pp b/modules/openstack_project/manifests/puppetmaster.pp index 5ed3aad3bf..40fd80e55f 100644 --- a/modules/openstack_project/manifests/puppetmaster.pp +++ b/modules/openstack_project/manifests/puppetmaster.pp @@ -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,