summaryrefslogtreecommitdiff
path: root/manifests/centos.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/centos.pp')
-rw-r--r--manifests/centos.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/centos.pp b/manifests/centos.pp
index 39f18c7..4283cb0 100644
--- a/manifests/centos.pp
+++ b/manifests/centos.pp
@@ -25,7 +25,7 @@ class stunnel::centos inherits stunnel::linux {
source => [ "puppet:///modules/site-stunnel/${::fqdn}/stunnel.conf",
"puppet:///modules/site-stunnel/${stunnel_cluster}/stunnel.conf",
'puppet:///modules/site-stunnel/stunnel.conf',
- 'puppet:///modules/stunnel/${::operatingsystem}/stunnel.conf' ],
+ "puppet:///modules/stunnel/${::operatingsystem}/stunnel.conf" ],
require => Package['stunnel'],
notify => Service['stunnel'],
owner => root,