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
(from parent 1:
9e4fd63
)
add kombu dep
author
Stephen Gran
<steve@lobefin.net>
Sat, 18 Jan 2014 11:35:55 +0000
(11:35 +0000)
committer
Stephen Gran
<steve@lobefin.net>
Sat, 18 Jan 2014 11:35:55 +0000
(11:35 +0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/roles/manifests/pubsub/client.pp
patch
|
blob
|
history
diff --git
a/modules/roles/manifests/pubsub/client.pp
b/modules/roles/manifests/pubsub/client.pp
index
e2a1083
..
3eb54cb
100644
(file)
--- a/
modules/roles/manifests/pubsub/client.pp
+++ b/
modules/roles/manifests/pubsub/client.pp
@@
-12,7
+12,10
@@
class roles::pubsub::client {
$rabbit_password = $roles::pubsub::parameters::rabbit_password
- package { 'python-dsa-mq':
+ package { [
+ 'python-dsa-mq'
+ 'python-kombu'
+ ]:
ensure => latest,
tag => extra_repo,
}