introduced git.server role
Change-Id: Ic118eaadee6360e24c0a0d1add79ba8d10294f79
diff --git a/.kitchen.yml b/.kitchen.yml
index a804e9d..dcd688c 100644
--- a/.kitchen.yml
+++ b/.kitchen.yml
@@ -14,6 +14,9 @@
- name: linux
repo: git
source: https://github.com/salt-formulas/salt-formula-linux
+ - name: nginx
+ repo: git
+ source: https://github.com/salt-formulas/salt-formula-nginx
log_level: error
formula: git
grains:
@@ -43,5 +46,8 @@
provisioner:
pillars-from-files:
git.sls: tests/pillar/client_single.sls
-
+ - name: server_single
+ provisioner:
+ pillars-from-files:
+ git.sls: tests/pillar/server_single.sls
# vim: ft=yaml sw=2 ts=2 sts=2 tw=125