projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7e0f99
)
admin should be able to see pet as well
author
Stephen Gran
<steve@lobefin.net>
Wed, 8 Jan 2014 20:29:28 +0000
(20:29 +0000)
committer
Stephen Gran
<steve@lobefin.net>
Wed, 8 Jan 2014 20:29:28 +0000
(20:29 +0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/roles/manifests/pubsub/entities.pp
patch
|
blob
|
history
diff --git
a/modules/roles/manifests/pubsub/entities.pp
b/modules/roles/manifests/pubsub/entities.pp
index
7d69d4a
..
3f2d3c9
100644
(file)
--- a/
modules/roles/manifests/pubsub/entities.pp
+++ b/
modules/roles/manifests/pubsub/entities.pp
@@
-127,6
+127,17
@@
class roles::pubsub::entities {
]
}
+ rabbitmq_user_permissions { 'admin@pet':
+ configure_permission => '.*',
+ read_permission => '.*',
+ write_permission => '.*',
+ provider => 'rabbitmqctl',
+ require => [
+ Rabbitmq_user['admin'],
+ Rabbitmq_vhost['pet']
+ ]
+ }
+
rabbitmq_user_permissions { 'ftpteam@packages':
configure_permission => '.*',
read_permission => '.*',