Skip to content

Commit

Permalink
Added kitchen configuration for centos
Browse files Browse the repository at this point in the history
  • Loading branch information
directdevops committed Jan 21, 2021
1 parent 2c5b08d commit 4725c12
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions Jan21/cookbooks/qtlampserver/kitchen.yml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -38,13 +38,17 @@ transport:
username: ubuntu username: ubuntu


platforms: platforms:
- name: ubuntu-18.04 #- name: ubuntu-18.04
#- name: centos-7 - name: centos-7
driver:
image_id: 'ami-0bc06212a56393ee1'
transport:
username: centos


suites: suites:
- name: default - name: default
run_list: run_list:
- recipe[qtlampserver::lamp_ubuntu] - recipe[qtlampserver::lamp_centos]
verifier: verifier:
inspec_tests: inspec_tests:
- test/integration/default - test/integration/default
Expand Down

0 comments on commit 4725c12

Please sign in to comment.