From 6080f71be080860a20cf31cf491296ccbef7adb1 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Fri, 17 Apr 2015 12:09:17 -0400 Subject: incorporate changes from lelutin (#4285) --- manifests/centos.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/centos.pp') diff --git a/manifests/centos.pp b/manifests/centos.pp index b9a326a..3b0a6e2 100644 --- a/manifests/centos.pp +++ b/manifests/centos.pp @@ -18,7 +18,7 @@ class stunnel::centos inherits stunnel::linux { Service['stunnel']{ hasstatus => true, - require => [ User['stunnel'], File['/etc/init.d/stunnel'] ] + require => [ User['stunnel'], File['/etc/init.d/stunnel'] ] } file { '/etc/stunnel/stunnel.conf': -- cgit v1.2.3