Class: Kitchen::Driver::SSHGzip
- Inherits:
-
SSHBase
- Object
- SSHBase
- Kitchen::Driver::SSHGzip
- Defined in:
- lib/kitchen/driver/ssh_gzip.rb
Instance Method Summary collapse
Instance Method Details
#upload_chef_data(ssh_args) ⇒ Object
8 9 10 11 12 |
# File 'lib/kitchen/driver/ssh_gzip.rb', line 8 def upload_chef_data(ssh_args) Kitchen::GzippedChefDataUploader.new( instance, ssh_args, config[:kitchen_root], chef_home ).upload end |