Exception: Tinychef::NodeRun::OptionsError

Inherits:
Exception
  • Object
show all
Defined in:
lib/tinychef/node_run.rb

Instance Method Summary collapse

Constructor Details

#initializeOptionsError

Returns a new instance of OptionsError.



8
9
10
11
12
13
14
15
16
17
18
19
# File 'lib/tinychef/node_run.rb', line 8

def initialize
  super <<-EOH

Required arguments:

  NODE:     node file to execute
  DEST:     ssh username@host string to use to connect to host.
      If missing, this is guessed by the node file name.
  RUN_LIST: an optional RUN_LIST to be passed to chef-solo executable.

  EOH
end