From a2a9d93fd3f9de6d4c6d13ca8d99c2d496a39e40 Mon Sep 17 00:00:00 2001 From: luke Date: Mon, 19 Mar 2007 01:19:09 +0000 Subject: Fixing #544 -- there is now an --ignoreimport option for commit hooks. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2302 980ebf18-57e1-0310-9a29-db15c13687c0 --- lib/puppet/configuration.rb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lib/puppet/configuration.rb') diff --git a/lib/puppet/configuration.rb b/lib/puppet/configuration.rb index dfa716d42..a5cbed306 100644 --- a/lib/puppet/configuration.rb +++ b/lib/puppet/configuration.rb @@ -111,7 +111,10 @@ module Puppet @oldlibdir = value $: << value end - } + }, + :ignoreimport => [false, "A parameter that can be used in commit + hooks, since it enables you to parse-check a single file rather + than requiring that all files exist."] ) # Define the config default. -- cgit