fix: remove comment in .kitchen.yml
This commit is contained in:
parent
73701e913c
commit
f389f6afdc
1 changed files with 0 additions and 9 deletions
|
@ -7,7 +7,6 @@ transport:
|
||||||
provisioner:
|
provisioner:
|
||||||
name: ansible_playbook
|
name: ansible_playbook
|
||||||
hosts: localhost
|
hosts: localhost
|
||||||
# roles_path: .
|
|
||||||
require_ansible_repo: false
|
require_ansible_repo: false
|
||||||
require_ansible_omnibus: true
|
require_ansible_omnibus: true
|
||||||
require_chef_for_busser: true
|
require_chef_for_busser: true
|
||||||
|
@ -24,13 +23,5 @@ platforms:
|
||||||
- /sys/fs/cgroup:/sys/fs/cgroup:ro
|
- /sys/fs/cgroup:/sys/fs/cgroup:ro
|
||||||
security_opt: seccomp=unconfined
|
security_opt: seccomp=unconfined
|
||||||
|
|
||||||
#verifier:
|
|
||||||
# name: serverspec
|
|
||||||
# bundler_path: '/usr/local/bin'
|
|
||||||
# rspec_path: '/usr/local/bin'
|
|
||||||
#
|
|
||||||
suites:
|
suites:
|
||||||
- name: bind
|
- name: bind
|
||||||
# verifier:
|
|
||||||
# patterns:
|
|
||||||
# - tests/spec/*.rb
|
|
||||||
|
|
Loading…
Reference in a new issue