Class: Puppet::Property::Boolean
- Inherits:
-
Puppet::Property
- Object
- Puppet::Property
- Puppet::Property::Boolean
- Includes:
- PuppetX::Util::Boolean
- Defined in:
- lib/puppet/property/boolean.rb
Instance Method Summary collapse
-
#insync?(is) ⇒ Boolean
Determine if the boolean property is in sync.
Methods included from PuppetX::Util::Boolean
Methods included from PuppetX::Util::Boolean::Ontology
#false_values, #munge, #true_values
Instance Method Details
#insync?(is) ⇒ Boolean
Determine if the boolean property is in sync.
14 15 16 |
# File 'lib/puppet/property/boolean.rb', line 14 def insync?(is) munge(is) == should end |