summaryrefslogtreecommitdiff
path: root/manifests/centos.pp
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2013-06-14 20:36:35 +0200
committervarac <varacanero@zeromail.org>2013-06-14 20:36:35 +0200
commit1a12adc97d70224a0e750c6ab8a41073ced72d2b (patch)
treec6c00ece73c7ddb9813869e2b10b6a862e26c035 /manifests/centos.pp
parent9b2e9699885497612fbc5d70363611ad51383f96 (diff)
parenta4b8195e7a5d444448b3750d66ec725d6f7c67ab (diff)
Merge remote-tracking branch 'origin/master' into leap_master
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 19a4684..b9a326a 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,