Module: Chake

Defined in:
lib/chake/node.rb,
lib/chake/wipe.rb,
lib/chake/config.rb,
lib/chake/tmpdir.rb,
lib/chake/version.rb,
lib/chake/readline.rb,
lib/chake/connection.rb,
lib/chake/config_manager.rb,
lib/chake/connection/ssh.rb,
lib/chake/connection/local.rb,
lib/chake/config_manager/chef.rb,
lib/chake/config_manager/shell.rb,
lib/chake/config_manager/itamae.rb

Defined Under Namespace

Classes: ConfigManager, Connection, Node, Readline, Wipe

Constant Summary collapse

VERSION =
'0.81.1'.freeze

Class Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details

.nodesObject

Returns the value of attribute nodes.



5
6
7
# File 'lib/chake/config.rb', line 5

def nodes
  @nodes
end

Class Method Details

.tmpdirObject



2
3
4
# File 'lib/chake/tmpdir.rb', line 2

def self.tmpdir
  ENV.fetch('CHAKE_TMPDIR', 'tmp/chake')
end