From 06d9cdbd524b8fcd7cbf915620678561fe10dff6 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Mon, 21 Mar 2011 12:58:39 +0100 Subject: [PATCH] Try some dependency thing --- modules/stunnel4/manifests/init.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/stunnel4/manifests/init.pp b/modules/stunnel4/manifests/init.pp index 36b5ce06f..b26cdbc55 100644 --- a/modules/stunnel4/manifests/init.pp +++ b/modules/stunnel4/manifests/init.pp @@ -63,6 +63,7 @@ class stunnel4 { file { "/etc/stunnel/stunnel.conf": ensure => absent, + require => [ Package['stunnel4'] ], ; } -- 2.20.1