From 95f18880c7ec083620b8fb1653452ee79578385f Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sat, 1 Feb 2014 16:44:10 +0100 Subject: [PATCH] Get rid of ensure => latest --- modules/roles/manifests/pubsub/client.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/roles/manifests/pubsub/client.pp b/modules/roles/manifests/pubsub/client.pp index 5ef22d002..1c236a177 100644 --- 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, } -- 2.20.1