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
- (Boolean) insync?(is)
26 27 28 29 |
# File 'lib/puppet/provider/sshkey/augeas.rb', line 26 def insync?(is) return true if should == :hashed && is == :present && provider.is_hashed? super end |