From f642a9fc54bfa8f155cab64dd83844b64ba84a6a Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Fri, 2 Oct 2009 19:25:51 -0400 Subject: rename stunnel::client to be stunnel::service to be less confusing (a service can be a client in stunnel, and a service can act in server mode, which would be confusing if it was called stunnel::client) --- manifests/init.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manifests') diff --git a/manifests/init.pp b/manifests/init.pp index ac060ba..7fd770d 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -24,7 +24,7 @@ class stunnel { default: { include stunnel::default } } - define client ( $ensure = present, $accept = false, $capath = false, + define service ( $ensure = present, $accept = false, $capath = false, $cafile = false, $cert = false, $chroot = false, $ciphers = false, $client = false, $compress = false, $connect = false, $crlpath = false, $crlfile @@ -51,7 +51,7 @@ class stunnel { file { "/etc/stunnel/${name}.conf": ensure => $ensure, - content => template('stunnel/client.conf.erb'), + content => template('stunnel/service.conf.erb'), owner => root, group => 0, mode => 0600, require => File["/etc/stunnel"], notify => Service[stunnel]; -- cgit v1.2.3