'ssh.*key'
:legacy
9 10 11 12 13 14
# File 'lib/facter/facts/solaris/sshalgorithmkey.rb', line 9 def call_the_resolver facts = [] result = Facter::Resolvers::Ssh.resolve(:ssh) result.each { |ssh| facts << Facter::ResolvedFact.new("ssh#{ssh.name.to_sym}key", ssh.key, :legacy) } facts end