From 7ff7b893f686b7d1ab8d70cded1857890c1f8adc Mon Sep 17 00:00:00 2001 From: Marton Kiss Date: Tue, 14 Jul 2015 20:37:52 +0200 Subject: [PATCH] Give ssh access to ask-staging.o.o Add mkiss user account to ask-staging.o.o to investigate application logs and do basic maintenance of staging server, like db restore for testing. Change-Id: I2d22e2ceb4af0d20bb9d0cca8363c9f48163c094 --- modules/openstack_project/manifests/ask_staging.pp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/openstack_project/manifests/ask_staging.pp b/modules/openstack_project/manifests/ask_staging.pp index b7e65ad0a7..f43862d001 100644 --- a/modules/openstack_project/manifests/ask_staging.pp +++ b/modules/openstack_project/manifests/ask_staging.pp @@ -13,6 +13,10 @@ class openstack_project::ask_staging ( $solr_version = '4.10.4' ) { + realize ( + User::Virtual::Localuser['mkiss'], + ) + # solr search engine class { 'solr': mirror => 'http://apache.mesi.com.ar/lucene/solr',