use right names
[mirror/dsa-puppet.git] / modules / stunnel4 / manifests / client.pp
index 26945e2..43921b0 100644 (file)
@@ -8,7 +8,7 @@ define stunnel4::client($accept, $connecthost, $connectport) {
                notify  => Exec["restart_stunnel_${name}"],
        }
 
-       stunnel_generic { $name:
+       stunnel::generic { $name:
                client  => true,
                verify  => 3,
                cafile  => "/etc/stunnel/puppet-${name}-peer.pem",