mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
use kitchen-sync for copying files
This commit is contained in:
parent
9bc70fd31b
commit
3e04d2d44c
2 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
1
Gemfile
1
Gemfile
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue