summaryrefslogtreecommitdiff
path: root/puppet/modules/site_stunnel
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2013-03-31 12:10:33 -0400
committerMicah Anderson <micah@riseup.net>2013-04-02 10:21:06 -0400
commitebc6b4f0e8f8c29b02b284d60402faaddbe2f6a3 (patch)
tree1d21684255a198badb9b2dc1e0aeb6ce5366f6e7 /puppet/modules/site_stunnel
parent8b75721b7941c8ab6b7dc05101e80a121dcb0849 (diff)
lint so default options are together
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',