From 08876c2b19145ec0f36a9b6b5ecb4bea39522385 Mon Sep 17 00:00:00 2001 From: Marcus Young Date: Fri, 4 Aug 2017 10:41:43 -0500 Subject: [PATCH 1/2] Attempting to fix tests --- .kitchen.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.kitchen.yml b/.kitchen.yml index 3956e76..110e569 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -10,6 +10,10 @@ verifier: provisioner: 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 require_chef: false formula: vault From d3ba4453f2e9972e3fb606a877ca2992bbae0a04 Mon Sep 17 00:00:00 2001 From: Marcus Young Date: Fri, 4 Aug 2017 10:51:42 -0500 Subject: [PATCH 2/2] Adding epel to amazonlinux --- .kitchen.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.kitchen.yml b/.kitchen.yml index 110e569..bbc52cb 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -28,6 +28,8 @@ platforms: pid_one_command: /usr/lib/systemd/systemd - name: amazonlinux driver_config: + provision_command: + - yum install -y epel-release image: amazonlinux:latest platform: rhel run_command: /sbin/init