From: Stephen Gran Date: Sun, 12 Jan 2014 20:29:30 +0000 (+0000) Subject: mark as from extra repo X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=52bd6246ce28db656f0c7750b03bdb415f6fdbb6;p=mirror%2Fdsa-puppet.git mark as from extra repo Signed-off-by: Stephen Gran --- diff --git a/modules/roles/manifests/pubsub/client.pp b/modules/roles/manifests/pubsub/client.pp index fab5cfd42..41c57b53f 100644 --- 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, } }