mirror of
https://github.com/inspec/inspec
synced 2025-02-16 22:18:38 +00:00
update to new kitchen-inspect
This commit is contained in:
parent
7df6dfadee
commit
8738687a89
3 changed files with 3 additions and 2 deletions
1
Gemfile
1
Gemfile
|
@ -17,6 +17,7 @@ group :integration do
|
|||
gem 'berkshelf', '~> 4.0'
|
||||
gem 'test-kitchen', git: 'https://github.com/chris-rock/test-kitchen', branch: 'test-path'
|
||||
gem 'kitchen-vagrant'
|
||||
gem 'kitchen-inspec', git: 'git@github.com:chef/kitchen-inspec.git'
|
||||
end
|
||||
|
||||
group :tools do
|
||||
|
|
|
@ -6,7 +6,7 @@ provisioner:
|
|||
name: chef_solo
|
||||
|
||||
verifier:
|
||||
name: InSpec
|
||||
name: inspec
|
||||
|
||||
platforms:
|
||||
- name: centos-7.1
|
||||
|
|
|
@ -6,7 +6,7 @@ provisioner:
|
|||
name: chef_solo
|
||||
|
||||
verifier:
|
||||
name: InSpec
|
||||
name: inspec
|
||||
sudo: true
|
||||
|
||||
platforms:
|
||||
|
|
Loading…
Add table
Reference in a new issue