commit
a984cbc8c4
1 changed files with 6 additions and 0 deletions
|
@ -10,6 +10,10 @@ verifier:
|
||||||
|
|
||||||
provisioner:
|
provisioner:
|
||||||
name: salt_solo
|
name: salt_solo
|
||||||
|
salt_install: bootstrap
|
||||||
|
salt_bootstrap_url: https://bootstrap.saltstack.com
|
||||||
|
salt_bootstrap_options: -p git -p curl stable 2016.11
|
||||||
|
salt_version: latest
|
||||||
log_level: debug
|
log_level: debug
|
||||||
require_chef: false
|
require_chef: false
|
||||||
formula: vault
|
formula: vault
|
||||||
|
@ -24,6 +28,8 @@ platforms:
|
||||||
pid_one_command: /usr/lib/systemd/systemd
|
pid_one_command: /usr/lib/systemd/systemd
|
||||||
- name: amazonlinux
|
- name: amazonlinux
|
||||||
driver_config:
|
driver_config:
|
||||||
|
provision_command:
|
||||||
|
- yum install -y epel-release
|
||||||
image: amazonlinux:latest
|
image: amazonlinux:latest
|
||||||
platform: rhel
|
platform: rhel
|
||||||
run_command: /sbin/init
|
run_command: /sbin/init
|
||||||
|
|
Loading…
Reference in a new issue