From fc1589a5f09d80f58d730d4e1f6a8058483f61fc Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Tue, 2 Jul 2013 16:43:41 -0400 Subject: we need to make sure that the stunnel package is installed before any attempt to refresh happens --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index 89788ed..0d960c0 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -59,7 +59,7 @@ class stunnel ( exec { 'refresh_stunnel': refreshonly => true, - require => File[$stunnel_compdir], + require => [ Package['stunnel'], File[$stunnel_compdir] ], subscribe => File[$stunnel_compdir], command => "${stunnel_staging}/bin/refresh_stunnel.sh" } -- cgit v1.2.3