X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fstunnel4%2Fmanifests%2Fclient.pp;h=eb7dac7b2586d5c6da47f43e890691af8adcab93;hb=e81d2dd357118ed7157fa2fa5107b57f28c3cdf0;hp=26945e2e5e680ad53d9c5a7b22cb6e34c25aafbf;hpb=3eb533e5499e66423bafdedaf6c7d08ead1772de;p=mirror%2Fdsa-puppet.git diff --git a/modules/stunnel4/manifests/client.pp b/modules/stunnel4/manifests/client.pp index 26945e2e5..eb7dac7b2 100644 --- a/modules/stunnel4/manifests/client.pp +++ b/modules/stunnel4/manifests/client.pp @@ -8,7 +8,7 @@ define stunnel4::client($accept, $connecthost, $connectport) { notify => Exec["restart_stunnel_${name}"], } - stunnel_generic { $name: + stunnel4::generic { $name: client => true, verify => 3, cafile => "/etc/stunnel/puppet-${name}-peer.pem",