Class: PuppetX::PuppetLabs::IIS::Property::AuthenticationInfo

Inherits:
Puppet::Property
  • Object
show all
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

Returns:

  • (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