Class: PuppetX::PuppetLabs::IIS::Property::AuthenticationInfo
- Inherits:
-
Puppet::Property
- Object
- Puppet::Property
- PuppetX::PuppetLabs::IIS::Property::AuthenticationInfo
- Defined in:
- lib/puppet_x/puppetlabs/iis/property/authenticationinfo.rb
Overview
The Puppet Extensions Module
Instance Method Summary collapse
Instance Method Details
#insync?(is) ⇒ Boolean
11 12 13 14 15 |
# File 'lib/puppet_x/puppetlabs/iis/property/authenticationinfo.rb', line 11 def insync?(is) should.reject { |k, v| is[k] == v }.empty? end |