From 0ab50ed7fb6c175852b627f46023bc94466150e4 Mon Sep 17 00:00:00 2001 From: Nick Chappell Date: Mon, 21 Apr 2014 20:57:57 -0700 Subject: [PATCH] Change the value of the ensure parameter to 'installed'; otherwise, repeated Puppet runs keep changing the value from the version number of the virtualenv package to 'true'. --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index 0238c571..501e9bf7 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -217,7 +217,7 @@ if $manage_virtualenv { package { $::puppetboard::params::virtualenv: - ensure => $manage_virtualenv + ensure => installed, } }