Skip to content

Files

Latest commit

author
Eric Sorenson
Jan 28, 2015
771c776 · Jan 28, 2015

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.