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:
db1415b
)
mark as from extra repo
author
Stephen Gran
<steve@lobefin.net>
Sun, 12 Jan 2014 20:29:30 +0000
(20:29 +0000)
committer
Stephen Gran
<steve@lobefin.net>
Sun, 12 Jan 2014 20:29:30 +0000
(20:29 +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
fab5cfd
..
41c57b5
100644
(file)
--- a/
modules/roles/manifests/pubsub/client.pp
+++ b/
modules/roles/manifests/pubsub/client.pp
@@
-16,6
+16,7
@@
class roles::pubsub::client {
}
package { 'python-dsa-mq':
- ensure => latest
+ ensure => latest,
+ tag => extra_repo,
}
}