forked from saltstack-formulas/xinetd-formula
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update for compatibility with SaltStack 2019.2
As stated in https://docs.saltstack.com/en/latest/topics/releases/2019.2.0.html Add the usage of `tojson` filter. This change is compatible with 2018.3.3 as per that docs. Update kitchen, travis, Gemfile
- Loading branch information
1 parent
ae06a94
commit 591bfdf
Showing
4 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
source 'https://rubygems.org' | ||
|
||
ruby '2.2.5' | ||
ruby '2.4.1' | ||
|
||
gem "test-kitchen" | ||
gem "test-kitchen", '>=2.2.4' | ||
gem "kitchen-docker" | ||
gem "kitchen-salt", :git => 'https://github.com/devopxteam/kitchen-salt.git' | ||
gem "kitchen-salt" | ||
gem 'kitchen-inspec' | ||
gem "kitchen-vagrant" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters