Top Level Namespace
Defined Under Namespace
Modules: Capistrano
Instance Method Summary collapse
-
#nbd_run_file ⇒ Object
Settings that shouldn’t need changed:.
Instance Method Details
#nbd_run_file ⇒ Object
Settings that shouldn’t need changed:
55 |
# File 'lib/libvirtinator/examples/config/deploy.rb', line 55 set :nbd_run_file, -> { "/var/lock/#{fetch(:node_name)}.nbd" } |