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":