Class: Facts::Solaris::Ssh
- Inherits:
-
Object
- Object
- Facts::Solaris::Ssh
- Defined in:
- lib/facter/facts/solaris/ssh.rb
Constant Summary collapse
- FACT_NAME =
'ssh'
Instance Method Summary collapse
Instance Method Details
#call_the_resolver ⇒ Object
8 9 10 |
# File 'lib/facter/facts/solaris/ssh.rb', line 8 def call_the_resolver Facter::ResolvedFact.new(FACT_NAME, fact_value) end |