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
This commit is contained in:
Marton Kiss 2015-07-14 20:37:52 +02:00
parent db226cca89
commit 7ff7b893f6

View File

@ -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',