[Mageia-sysadm] [691] - use include instead of import, as import make our precommit hook fail
root at mageia.org
root at mageia.org
Fri Jan 7 03:27:01 CET 2011
Revision: 691
Author: misc
Date: 2011-01-07 03:27:01 +0100 (Fri, 07 Jan 2011)
Log Message:
-----------
- use include instead of import, as import make our precommit hook fail
Modified Paths:
--------------
puppet/manifests/nodes.pp
Modified: puppet/manifests/nodes.pp
===================================================================
--- puppet/manifests/nodes.pp 2011-01-07 02:15:53 UTC (rev 690)
+++ puppet/manifests/nodes.pp 2011-01-07 02:27:01 UTC (rev 691)
@@ -63,7 +63,7 @@
include sympa::server
include postfix::primary_smtp
- import "lists"
+ include lists
}
# buildnode
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/mageia-sysadm/attachments/20110107/7d2b308a/attachment.html>
More information about the Mageia-sysadm
mailing list