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

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