diff options
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. |