summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/centos.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/centos.pp b/manifests/centos.pp
index f22b322..1b971a3 100644
--- a/manifests/centos.pp
+++ b/manifests/centos.pp
@@ -20,6 +20,7 @@ class stunnel::centos inherits stunnel::linux {
file{'/etc/stunnel/stunnel.conf':
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" ],
require => Package['stunnel'],