summaryrefslogtreecommitdiff
path: root/puppet/modules/site_stunnel
diff options
context:
space:
mode:
Diffstat (limited to 'puppet/modules/site_stunnel')
-rw-r--r--puppet/modules/site_stunnel/manifests/clients.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/modules/site_stunnel/manifests/clients.pp b/puppet/modules/site_stunnel/manifests/clients.pp
index b23c7bc6..ed766e1a 100644
--- a/puppet/modules/site_stunnel/manifests/clients.pp
+++ b/puppet/modules/site_stunnel/manifests/clients.pp
@@ -2,10 +2,10 @@ define site_stunnel::clients (
$accept_port,
$connect_port,
$connect,
- $client = true,
$cafile,
$key,
$cert,
+ $client = true,
$verify = '2',
$pid = $name,
$rndfile = '/var/lib/stunnel4/.rnd',