Add user smarcet to openstackid production server

with the upcomming release of summit app on Austin 2016 Summit
we would need access to production server in order to check error
logs and troubleshoot.

Change-Id: I43cbd22b5b23c2776bffa215a29a5d423961fb7a
This commit is contained in:
Sebastian Marcet 2016-03-16 12:11:21 -03:00
parent d12e0358d1
commit d17e3f8319

View File

@ -49,6 +49,10 @@ class openstack_project::openstackid_prod (
$email_smtp_server_password = '',
) {
realize (
User::Virtual::Localuser['smarcet'],
)
class { 'openstack_project::server':
iptables_public_tcp_ports => [80, 443],
sysadmins => $sysadmins,