Class: PuppetX::PuppetLabs::IIS::Property::Path
- Inherits:
-
Puppet::Property
- Object
- Puppet::Property
- PuppetX::PuppetLabs::IIS::Property::Path
- Defined in:
- lib/puppet_x/puppetlabs/iis/property/path.rb
Overview
path Property
Instance Method Summary collapse
Instance Method Details
#property_matches?(current, desired) ⇒ Boolean
17 18 19 |
# File 'lib/puppet_x/puppetlabs/iis/property/path.rb', line 17 def property_matches?(current, desired) current.casecmp(desired.downcase).zero? end |