Remove pabelanger from asterisk and stackalytics

This is no longer needed as pabelanger is now an infra-root.

Change-Id: I6939c2ee9e3662c08441dd0ddad3e84a47bd0192
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2016-03-08 16:26:37 -05:00
parent d0e31f72f4
commit b90eca9bcb
2 changed files with 0 additions and 5 deletions

View File

@ -20,7 +20,6 @@ class openstack_project::pbx (
) {
realize (
User::Virtual::Localuser['rbryant'],
User::Virtual::Localuser['pabelanger'],
)
class { 'asterisk':

View File

@ -10,8 +10,4 @@ class openstack_project::stackalytics (
stackalytics_ssh_private_key => $stackalytics_ssh_private_key,
vhost_name => $vhost_name,
}
realize (
User::Virtual::Localuser['pabelanger'],
)
}