[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