Revision
693
Author
misc
Date
2011-01-07 03:33:45 +0100 (Fri, 07 Jan 2011)

Log Message

fix syntax check so it doesn't chock on import

Modified Paths

Modified: puppet/modules/subversion/manifests/init.pp
===================================================================
--- puppet/modules/subversion/manifests/init.pp	2011-01-07 02:27:02 UTC (rev 692)
+++ puppet/modules/subversion/manifests/init.pp	2011-01-07 02:33:45 UTC (rev 693)
@@ -82,7 +82,7 @@
 
         syntax_check{"check_puppet":
             regexp_ext => "\.pp$",
-            check_cmd => "puppet --color=false --confdir=/tmp --vardir=/tmp --parseonly"
+            check_cmd => "puppet --color=false --confdir=/tmp --vardir=/tmp --parseonly --ignoreimport"
         }
 
         syntax_check{"check_ruby":