Module: Capistrano::Itamae::Variables
- Defined in:
- lib/capistrano/itamae/variables.rb
Instance Method Summary collapse
Instance Method Details
#itamae_bin_name ⇒ Object
8 9 10 |
# File 'lib/capistrano/itamae/variables.rb', line 8 def itamae_bin_name fetch(:itamae_bin_name, "itamae") end |
#itamae_cookbooks_path ⇒ Object
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_options ⇒ Object
12 13 14 |
# File 'lib/capistrano/itamae/variables.rb', line 12 def fetch(:itamae_ssh_default_options) end |