From bb78542423e3b3a7127def0d86ecedb0929ad891 Mon Sep 17 00:00:00 2001 From: Stefano Maffulli Date: Tue, 24 Feb 2015 12:58:36 -0800 Subject: [PATCH] Removing inactive admins from root access Removed oubiwan and rockstar from root access to the machine. Change-Id: Ia40171c056b5a90451d4a4e81154ab6c8b0df517 Signed-off-by: Paul Belanger --- modules/openstack_project/manifests/lists.pp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/modules/openstack_project/manifests/lists.pp b/modules/openstack_project/manifests/lists.pp index 5d30ea8dc9..d85791aefa 100644 --- a/modules/openstack_project/manifests/lists.pp +++ b/modules/openstack_project/manifests/lists.pp @@ -25,11 +25,13 @@ class openstack_project::lists( } realize ( - User::Virtual::Localuser['oubiwann'], - User::Virtual::Localuser['rockstar'], User::Virtual::Localuser['smaffulli'], ) + # Disable inactive admins + user::virtual::disable { 'oubiwann': } + user::virtual::disable { 'rockstar': } + include bup bup::site { 'rs-ord': backup_user => 'bup-lists',