summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2011-07-12 23:52:18 +0200
committermh <mh@immerda.ch>2011-07-12 23:52:18 +0200
commit03b51fcb718734f4b2ea76c038ffbe9b2b348b1a (patch)
tree94ace0ed4d584ade2a1af2ae3e2063460b6309c6
parent7b8d4cbca0ed75477f3b34ae8dbd12c9db7a72f1 (diff)
add stunnel_cluster source selection
-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'],