mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
We need a fixed winrm-fs so that dotfiles are also included
This commit is contained in:
parent
ada1ef35fa
commit
e550c602e8
1 changed files with 2 additions and 1 deletions
3
Gemfile
3
Gemfile
|
@ -13,7 +13,8 @@ end
|
|||
|
||||
group :windows do
|
||||
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
|
||||
|
||||
group :ec2 do
|
||||
|
|
Loading…
Add table
Reference in a new issue