Module: Capistrano::Itamae::Variables

Defined in:
lib/capistrano/itamae/variables.rb

Instance Method Summary collapse

Instance Method Details

#itamae_bin_nameObject



8
9
10
# File 'lib/capistrano/itamae/variables.rb', line 8

def itamae_bin_name
  fetch(:itamae_bin_name, "itamae")
end

#itamae_cookbooks_pathObject



4
5
6
# File 'lib/capistrano/itamae/variables.rb', line 4

def itamae_cookbooks_path
  Pathname.new(fetch(:itamae_cookbooks_path, "cookbooks"))
end

#itamae_ssh_default_optionsObject



12
13
14
# File 'lib/capistrano/itamae/variables.rb', line 12

def itamae_ssh_default_options
  fetch(:itamae_ssh_default_options)
end