[Mageia-sysadm] [553] add a directory to hold xml config files

root at mageia.org root at mageia.org
Thu Dec 9 13:34:19 CET 2010


Revision: 553
Author:   misc
Date:     2010-12-09 13:34:19 +0100 (Thu, 09 Dec 2010)
Log Message:
-----------
add a directory to hold xml config files

Modified Paths:
--------------
    puppet/modules/sympa/manifests/init.pp

Modified: puppet/modules/sympa/manifests/init.pp
===================================================================
--- puppet/modules/sympa/manifests/init.pp	2010-12-09 12:34:18 UTC (rev 552)
+++ puppet/modules/sympa/manifests/init.pp	2010-12-09 12:34:19 UTC (rev 553)
@@ -62,6 +62,13 @@
         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,
+        }
     }
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/mageia-sysadm/attachments/20101209/651e9444/attachment-0001.html>


More information about the Mageia-sysadm mailing list