1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00
capistrano/spec
seenmyfate 5d2fb93ecc Support setting of SSHKit::Host variables
Variables passed to the `server` or `role` syntax are correctly
assigned on the SSHKit::Host instance:

    server 'example1.com', roles: %w{web app}, user: 'tomc', port: 2222
    server 'example2.com', roles: %w{web app}, keys: '~/.ssh/key'

Expect this to close issue #384
2013-06-14 10:31:34 +01:00
..
integration test sshkit is correctly configured 2013-06-14 10:02:59 +01:00
lib Support setting of SSHKit::Host variables 2013-06-14 10:31:34 +01:00
spec_helper.rb installation - running cap install capifies app 2013-02-01 14:51:50 +00:00