Class: Puppet::Type::Sshkey::Ensure
- Inherits:
-
Object
- Object
- Puppet::Type::Sshkey::Ensure
- Defined in:
- lib/puppet/provider/sshkey/augeas.rb
Instance Method Summary collapse
Instance Method Details
#insync?(is) ⇒ Boolean
27 28 29 30 |
# File 'lib/puppet/provider/sshkey/augeas.rb', line 27 def insync?(is) return true if should == :hashed && is == :present && provider.is_hashed? super end |