mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-15 17:20:25 +00:00
27 lines
382 B
YAML
27 lines
382 B
YAML
![]() |
---
|
||
|
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
|