Class: Bourdain::Checks::SSHConfigCheck
- Defined in:
- lib/bourdain/resources/checks/ssh_config.rb
Instance Attribute Summary
Attributes inherited from Resource
#opts, #raw_usage, #resource_name, #spec, #status
Instance Method Summary collapse
-
#initialize(cookbook_config) ⇒ SSHConfigCheck
constructor
A new instance of SSHConfigCheck.
Methods inherited from Resource
log=, raw_usage, resource_name, usage
Constructor Details
#initialize(cookbook_config) ⇒ SSHConfigCheck
Returns a new instance of SSHConfigCheck.
13 14 15 16 17 |
# File 'lib/bourdain/resources/checks/ssh_config.rb', line 13 def initialize cookbook_config super [] return unless require_chef! check_ssh_config! end |