From: Stephen Gran Date: Wed, 8 Jan 2014 17:13:05 +0000 (+0000) Subject: They don't need to be admins X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=04c2a039e466e36ff81307efcdb4fee93e1d7780;p=mirror%2Fdsa-puppet.git They don't need to be admins Signed-off-by: Stephen Gran --- diff --git a/modules/roles/manifests/pubsub/entities.pp b/modules/roles/manifests/pubsub/entities.pp index 2767d9e94..9981962dd 100644 --- a/modules/roles/manifests/pubsub/entities.pp +++ b/modules/roles/manifests/pubsub/entities.pp @@ -24,37 +24,37 @@ class roles::pubsub::entities { } rabbitmq_user { 'ftpteam': - admin => true, + admin => false, password => $ftp_password, provider => 'rabbitmqctl', } rabbitmq_user { 'buildd': - admin => true, + admin => false, password => $buildd_password, provider => 'rabbitmqctl', } rabbitmq_user { 'wbadm': - admin => true, + admin => false, password => $wbadm_password, provider => 'rabbitmqctl', } rabbitmq_user { 'mailadm': - admin => true, + admin => false, password => $mailadm_password, provider => 'rabbitmqctl', } rabbitmq_user { 'mailly': - admin => true, + admin => false, password => $mailly_password, provider => 'rabbitmqctl', } rabbitmq_user { 'muffat': - admin => true, + admin => false, password => $muffat_password, provider => 'rabbitmqctl', }