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/000896.html | 95 +++++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2010-November/000896.html (limited to 'zarb-ml/mageia-sysadm/2010-November/000896.html') diff --git a/zarb-ml/mageia-sysadm/2010-November/000896.html b/zarb-ml/mageia-sysadm/2010-November/000896.html new file mode 100644 index 000000000..2a4de5cc5 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-November/000896.html @@ -0,0 +1,95 @@ + + + + [Mageia-sysadm] [457] add a Requires to fix bootstraping ( ie, puppet try to do the link + + + + + + + + + +

[Mageia-sysadm] [457] add a Requires to fix bootstraping ( ie, puppet try to do the link

+ root at mageia.org + root at mageia.org +
+ Wed Nov 24 16:22:18 CET 2010 +

+
+ +
Revision: 457
+Author:   misc
+Date:     2010-11-24 16:22:18 +0100 (Wed, 24 Nov 2010)
+Log Message:
+-----------
+add a Requires to fix bootstraping ( ie, puppet try to do the link
+before bind is installed, and show a error )
+
+Modified Paths:
+--------------
+    puppet/modules/bind/manifests/init.pp
+
+Modified: puppet/modules/bind/manifests/init.pp
+===================================================================
+--- puppet/modules/bind/manifests/init.pp	2010-11-24 15:22:16 UTC (rev 456)
++++ puppet/modules/bind/manifests/init.pp	2010-11-24 15:22:18 UTC (rev 457)
+@@ -14,7 +14,8 @@
+             ensure => "/var/lib/named/etc/named.conf",
+             owner => root,
+             group => root,
+-            mode => 644
++            mode => 644,
++            require => Package[bind]
+         } 
+     }
+ 
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20101124/3d01a3aa/attachment.html>
+
+ + + + + + + + + + + + + +
+

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