mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
We need a fixed winrm-fs so that dotfiles are also included
This commit is contained in:
parent
fa70af2777
commit
4f45a7ea7d
1 changed files with 2 additions and 1 deletions
3
Gemfile
3
Gemfile
|
@ -14,7 +14,8 @@ end
|
||||||
|
|
||||||
group :windows do
|
group :windows do
|
||||||
gem 'winrm', '~>2.0'
|
gem 'winrm', '~>2.0'
|
||||||
gem 'winrm-fs', '~>1.3.1'
|
# gem 'winrm-fs', '~>1.3.1'
|
||||||
|
gem 'winrm-fs', :git => 'https://github.com/s0undt3ch/winrm-fs.git', :branch => 'hotfix/saltstack-ci'
|
||||||
end
|
end
|
||||||
|
|
||||||
group :ec2 do
|
group :ec2 do
|
||||||
|
|
Loading…
Add table
Reference in a new issue