use kitchen-sync for copying files

This commit is contained in:
Daniel Wallace 2017-11-14 11:39:44 -07:00
parent 9bc70fd31b
commit 3e04d2d44c
No known key found for this signature in database
GPG key ID: 5FA5E5544F010D48
2 changed files with 3 additions and 0 deletions

View file

@ -19,6 +19,8 @@ driver:
disable_upstart: false
provision_command:
- echo 'L /run/docker.sock - - - - /docker.sock' > /etc/tmpfiles.d/docker.conf
transport:
name: sftp
<% end %>
sudo: false

View file

@ -4,6 +4,7 @@ source 'https://rubygems.org'
gem 'test-kitchen'
gem 'kitchen-salt', :git => 'https://github.com/saltstack/kitchen-salt.git'
gem 'kitchen-sync'
gem 'git'
group :docker do