From 33bdb6d9a2298550a46854758ef6cf3be81b7910 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Thu, 9 Dec 2010 12:34:19 +0000 Subject: add a directory to hold xml config files --- modules/sympa/manifests/init.pp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'modules/sympa/manifests') diff --git a/modules/sympa/manifests/init.pp b/modules/sympa/manifests/init.pp index 8e7c5b6a..b4bac2bd 100644 --- a/modules/sympa/manifests/init.pp +++ b/modules/sympa/manifests/init.pp @@ -62,6 +62,13 @@ class sympa { subversion::snapshot { "/etc/sympa/web_tt2": source => "svn://svn.mageia.org/svn/web/templates/sympa/trunk" } + + file { "/etc/sympa/lists_xml/": + ensure => directory, + owner => root, + group => root, + mode => 755, + } } } -- cgit v1.2.1