Skip to content

Puppet Problem

Compare
Choose a tag to compare
@waveclaw waveclaw released this 01 Dec 07:02
· 72 commits to master since this release

Resolve boolean property application failures caused by PUP-2368.

The "boolean" properties have been converted to 'binary' properties that internally use :true and :false symbols. This enables the properties to be set to false it needed.

This version also will blindly re-apply defaults if you so choose. Default settings are no longer ignored.