Module: Capistrano::MasterKey::Paths

Defined in:
lib/capistrano/master_key/paths.rb

Instance Method Summary collapse

Instance Method Details

#master_key_local_pathObject



7
8
9
# File 'lib/capistrano/master_key/paths.rb', line 7

def master_key_local_path
  Pathname.new fetch(:master_key_local_path)
end

#master_key_remote_pathObject



11
12
13
# File 'lib/capistrano/master_key/paths.rb', line 11

def master_key_remote_path
  shared_path.join fetch(:master_key_remote_path)
end