From 52bd6246ce28db656f0c7750b03bdb415f6fdbb6 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Sun, 12 Jan 2014 20:29:30 +0000 Subject: [PATCH] mark as from extra repo Signed-off-by: Stephen Gran --- modules/roles/manifests/pubsub/client.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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, } } -- 2.20.1