From f08b681b76caee3190b7a208f631de18ed2c2a5f Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Thu, 5 Jul 2012 09:24:59 -0700 Subject: [PATCH] Add clarkb to base openstack host. Add the clarkb localuser to the base openstack host so that clarkb can log into things. Particularly important for troubleshooting issues. Change-Id: I3f157999e11579de49390dad6e83f1f029976df0 --- manifests/openstack.pp | 1 + manifests/site.pp | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/manifests/openstack.pp b/manifests/openstack.pp index 261fcb0bfb..9360a175fb 100644 --- a/manifests/openstack.pp +++ b/manifests/openstack.pp @@ -30,6 +30,7 @@ class openstack_base { User::Virtual::Localuser["soren"], User::Virtual::Localuser["linuxjedi"], User::Virtual::Localuser["devananda"], + User::Virtual::Localuser["clarkb"], ) } diff --git a/manifests/site.pp b/manifests/site.pp index f4929d465d..6935e9109b 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -514,10 +514,6 @@ node 'etherpad.openstack.org' { include etherpad_lite::site include etherpad_lite::mysql include etherpad_lite::backup - - realize ( - User::Virtual::Localuser["clarkb"], - ) } # A bare machine, but with a jenkins user