diff options
author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-03-19 01:19:09 +0000 |
---|---|---|
committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-03-19 01:19:09 +0000 |
commit | a2a9d93fd3f9de6d4c6d13ca8d99c2d496a39e40 (patch) | |
tree | 6781409970eeb7072189ea6e5cb4a96d4908cac5 /lib/puppet/configuration.rb | |
parent | a212ea748f13296489ef39a6404b6ff1ff2def78 (diff) | |
download | puppet-a2a9d93fd3f9de6d4c6d13ca8d99c2d496a39e40.tar.gz puppet-a2a9d93fd3f9de6d4c6d13ca8d99c2d496a39e40.tar.xz puppet-a2a9d93fd3f9de6d4c6d13ca8d99c2d496a39e40.zip |
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
Diffstat (limited to 'lib/puppet/configuration.rb')
-rw-r--r-- | lib/puppet/configuration.rb | 5 |
1 files changed, 4 insertions, 1 deletions
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. |