Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 425 Bytes

settings.md

File metadata and controls

8 lines (5 loc) · 425 Bytes

New Settings

A strict_variables setting has been added to Puppet. Setting this value true causes the future parser to raise errors when referencing unknown variables. It does not affect referencing variables explicitly set to undef.

Its default is false.

Note: If this setting is set true with the original parser implementation, an error will be raised because of an uncaught throw of :undefined_variable.