From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-sysadm/2010-November/000850.html | 103 ++++++++++++++++++++++++ 1 file changed, 103 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2010-November/000850.html (limited to 'zarb-ml/mageia-sysadm/2010-November/000850.html') diff --git a/zarb-ml/mageia-sysadm/2010-November/000850.html b/zarb-ml/mageia-sysadm/2010-November/000850.html new file mode 100644 index 000000000..5d2fd39d3 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-November/000850.html @@ -0,0 +1,103 @@ + + + + [Mageia-sysadm] [426] ensure /etc/iurt/build is a directory + + + + + + + + + +

[Mageia-sysadm] [426] ensure /etc/iurt/build is a directory

+ root at mageia.org + root at mageia.org +
+ Tue Nov 23 23:00:44 CET 2010 +

+
+ +
Revision: 426
+Author:   blino
+Date:     2010-11-23 23:00:44 +0100 (Tue, 23 Nov 2010)
+Log Message:
+-----------
+ensure /etc/iurt/build is a directory
+
+Modified Paths:
+--------------
+    puppet/modules/buildsystem/manifests/init.pp
+
+Modified: puppet/modules/buildsystem/manifests/init.pp
+===================================================================
+--- puppet/modules/buildsystem/manifests/init.pp	2010-11-23 21:17:35 UTC (rev 425)
++++ puppet/modules/buildsystem/manifests/init.pp	2010-11-23 22:00:44 UTC (rev 426)
+@@ -109,11 +109,16 @@
+             ensure => installed;
+         }
+ 
++        file { "/etc/iurt/build":
++            ensure => "directory",
++        }
++
+         file { "/etc/iurt/build/cauldron.conf":
+             ensure => present,
+             owner => $build_login,
+             group => $build_login,
+             mode => 644,
++            require => File["/etc/iurt/build"],
+             content => template("buildsystem/iurt.cauldron.conf")
+         }
+ 
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20101123/99f7da9a/attachment.html>
+
+ + + + + + + + + + + + + + + +
+

+ +
+More information about the Mageia-sysadm +mailing list
+ -- cgit v1.2.1