mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-16 09:40:26 +00:00
Add test-kitchen configuration file
This commit is contained in:
parent
6dd7a6596a
commit
438811d03f
1 changed files with 26 additions and 0 deletions
26
.kitchen.yml
Normal file
26
.kitchen.yml
Normal file
|
@ -0,0 +1,26 @@
|
|||
---
|
||||
driver:
|
||||
name: vagrant
|
||||
network:
|
||||
- ["private_network", { ip: "192.168.33.33" }]
|
||||
|
||||
provisioner:
|
||||
name: salt_solo
|
||||
formula: postgres
|
||||
pillars-from-files:
|
||||
postgres.sls: pillar.example
|
||||
pillars:
|
||||
top.sls:
|
||||
base:
|
||||
"*":
|
||||
- postgres
|
||||
state_top:
|
||||
base:
|
||||
"*":
|
||||
- postgres
|
||||
|
||||
platforms:
|
||||
- name: ubuntu-14.04
|
||||
|
||||
suites:
|
||||
- name: default
|
Loading…
Add table
Reference in a new issue