Skip to content

Commit

Permalink
ci(kitchen): move provisioner block & update run_command [skip ci]
Browse files Browse the repository at this point in the history
* Automated using myii/ssf-formula#344
  • Loading branch information
myii committed Jul 17, 2021
1 parent fe08c2c commit 3cb4ea0
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,17 @@ driver:
name: docker
use_sudo: false
privileged: true
run_command: /lib/systemd/systemd
run_command: /usr/lib/systemd/systemd

provisioner:
name: salt_solo
log_level: debug
salt_install: none
require_chef: false
formula: epel
salt_copy_filter:
- .kitchen
- .git

platforms:

Expand Down Expand Up @@ -124,16 +134,6 @@ platforms:
driver:
image: saltimages/salt-3000.9-py3:oraclelinux-7

provisioner:
name: salt_solo
log_level: debug
salt_install: none
require_chef: false
formula: epel
salt_copy_filter:
- .kitchen
- .git

verifier:
# https://www.inspec.io/
name: inspec
Expand Down

0 comments on commit 3cb4ea0

Please sign in to comment.