Configure apache via apache state
Change-Id: I4a8b0dce70f334f6520d0b7a33ba7f97d6cdfc56
Related-Prod: PROD-16189
diff --git a/.kitchen.yml b/.kitchen.yml
index e704682..c93f958 100644
--- a/.kitchen.yml
+++ b/.kitchen.yml
@@ -14,6 +14,10 @@
formula: horizon
grains:
noservices: False
+ dependencies:
+ - name: apache
+ repo: git
+ source: https://github.com/salt-formulas/salt-formula-apache
state_top:
base:
"*":
@@ -22,6 +26,7 @@
top.sls:
base:
"*":
+ - apache_single
- horizon
verifier:
@@ -41,10 +46,12 @@
- name: cluster
provisioner:
pillars-from-files:
+ apache_single.sls: tests/pillar/apache_single.sls
horizon.sls: tests/pillar/cluster.sls
- name: single
provisioner:
pillars-from-files:
+ apache_single.sls: tests/pillar/apache_single.sls
horizon.sls: tests/pillar/single.sls
# vim: ft=yaml sw=2 ts=2 sts=2 tw=125