This repository has been archived by the owner on May 28, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
----- - Now requires Chef 13 or newer - Use vagrant images hosted at https://app.vagrantup.com/bento - Added testing with Chef 13 and 14 - Ported minitests to Inspec - Changed default terraform version to 0.11.7
- Loading branch information
Showing
29 changed files
with
602 additions
and
239 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
inherit_from: .rubocop_todo.yml | ||
|
||
AllCops: | ||
TargetRubyVersion: 2.4 |
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,4 +1,5 @@ | ||
# frozen_string_literal: true | ||
|
||
source 'https://supermarket.chef.io' | ||
|
||
metadata | ||
cookbook 'minitest-handler', '~> 1.5' |
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,15 +1,18 @@ | ||
# frozen_string_literal: true | ||
|
||
source 'https://rubygems.org' | ||
|
||
gem 'berkshelf', '~> 5.2' | ||
gem 'chef-dk', '~> 1.0' | ||
gem 'chefspec', '~> 5.1.1' | ||
gem 'foodcritic', '~> 7.1.0' | ||
gem 'berkshelf', '~> 6.3.1' | ||
gem 'chef-dk', '~> 2.4' | ||
gem 'chefspec', '~> 7.1.0' | ||
gem 'foodcritic', '~> 12.2.0' | ||
gem 'gpgme', '~> 2.0.12' | ||
gem 'rubocop', '~> 0.46' | ||
gem 'stove', '~> 4.1' | ||
gem 'kitchen-inspec', '~> 0.23.1' | ||
gem 'kitchen-vagrant', '~> 1.3.2' | ||
gem 'rubocop', '~> 0.54.0' | ||
gem 'stove', '~> 6.0.0' | ||
gem 'test-kitchen', '~> 1.20.0' | ||
|
||
group :integration do | ||
gem 'serverspec' | ||
gem 'winrm', '~> 2.0' | ||
gem 'winrm-fs', '~> 1.0.0' | ||
gem 'serverspec', '~> 2.41.3' | ||
end |
Oops, something went wrong.