summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/init.pp3
1 files changed, 0 insertions, 3 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index c5ad70b..f38a202 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -58,9 +58,6 @@ class stunnel (
}
exec { 'refresh_stunnel':
- refreshonly => true,
- require => [ Service['stunnel'], Package['stunnel'], File[$stunnel_compdir] ],
- subscribe => File[$stunnel_compdir],
command => "${stunnel_staging}/bin/refresh_stunnel.sh"
}
}