From bd7bcdd464b687541457670cb221f415faa33a29 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Mon, 21 Mar 2011 13:46:43 +0100 Subject: [PATCH] etc/stunnel dir --- modules/stunnel4/manifests/init.pp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/stunnel4/manifests/init.pp b/modules/stunnel4/manifests/init.pp index 96aee45f7..83fbd820c 100644 --- a/modules/stunnel4/manifests/init.pp +++ b/modules/stunnel4/manifests/init.pp @@ -1,6 +1,12 @@ class stunnel4 { define stunnel_generic($client, $verify, $cafile, $crlfile=false, $accept, $connect, $local=false) { file { + "/etc/stunnel": + ensure => directory, + owner => root, + group => root, + mode => 755, + ; "/etc/stunnel/puppet-${name}.conf": content => template("stunnel4/stunnel.conf.erb"), notify => Exec['restart_stunnel'], -- 2.20.1