Changed kitchen-salt repo location
Change-Id: I58da362ad36ba502f36fc832223c8bd76cde8c1c
diff --git a/src/com/mirantis/mk/Ruby.groovy b/src/com/mirantis/mk/Ruby.groovy
index fc6d102..0069d7e 100644
--- a/src/com/mirantis/mk/Ruby.groovy
+++ b/src/com/mirantis/mk/Ruby.groovy
@@ -28,9 +28,7 @@
gem 'kitchen-docker'
gem 'kitchen-inspec'
gem 'inspec'
- gem 'kitchen-salt', :git => 'https://github.com/epcim/kitchen-salt.git', :branch => 'dependencis-pkg-repo2'
- #Waiting for PR#78
- #gem 'kitchen-salt', '>=0.2.25'"""
+ gem 'kitchen-salt', :git => 'https://github.com/salt-formulas/kitchen-salt.git'"""
sh "rbenv exec bundler install --path vendor/bundle"
}