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:
9e99e0d
)
push out pubsub library
author
Stephen Gran
<steve@lobefin.net>
Sun, 12 Jan 2014 20:13:51 +0000
(20:13 +0000)
committer
Stephen Gran
<steve@lobefin.net>
Sun, 12 Jan 2014 20:13:51 +0000
(20:13 +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
8643162
..
fab5cfd
100644
(file)
--- a/
modules/roles/manifests/pubsub/client.pp
+++ b/
modules/roles/manifests/pubsub/client.pp
@@
-14,4
+14,8
@@
class roles::pubsub::client {
content => template('roles/pubsub/pubsub.conf.erb'),
mode => '0440'
}
+
+ package { 'python-dsa-mq':
+ ensure => latest
+ }
}