Class: Puppet::Type::Sshkey::Ensure

Inherits:
Object
  • Object
show all
Defined in:
lib/puppet/provider/sshkey/augeas.rb

Instance Method Summary collapse

Instance Method Details

#insync?(is) ⇒ Boolean

Returns:

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