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:
c39725a
)
Get rid of ensure => latest
author
Peter Palfrader
<peter@palfrader.org>
Sat, 1 Feb 2014 15:44:10 +0000
(16:44 +0100)
committer
Peter Palfrader
<peter@palfrader.org>
Sat, 1 Feb 2014 15:44:10 +0000
(16:44 +0100)
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
5ef22d0
..
1c236a1
100644
(file)
--- a/
modules/roles/manifests/pubsub/client.pp
+++ b/
modules/roles/manifests/pubsub/client.pp
@@
-16,7
+16,7
@@
class roles::pubsub::client {
'python-dsa-mq',
'python-kombu'
]:
- ensure =>
latest
,
+ ensure =>
installed
,
tag => extra_repo,
}