From eb878165590f940824e5deb0051c632610539580 Mon Sep 17 00:00:00 2001 From: Bryce Larson Date: Tue, 27 Aug 2019 19:16:09 -0600 Subject: [PATCH] change to saltstack version of kitchen-salt --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 86786e1560d..441fd6def76 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ source 'https://rubygems.org' # Point this back at the test-kitchen package after >1.2.5 is relased gem 'test-kitchen', :git => 'https://github.com/dwoz/test-kitchen.git', :branch => 'keepalive_maxcount' -gem 'kitchen-salt', :git => 'https://github.com/s0undt3ch/kitchen-salt.git', :branch => 'features/nox' +gem 'kitchen-salt', :git => 'https://github.com/saltstack/kitchen-salt.git' gem 'kitchen-sync' gem 'git'