Refactor .kitchen.yml to use pillar.example as pillar
This commit is contained in:
parent
e513275112
commit
bcd47361ca
13
.kitchen.yml
13
.kitchen.yml
@ -22,22 +22,13 @@ provisioner:
|
|||||||
salt_copy_filter:
|
salt_copy_filter:
|
||||||
- .kitchen
|
- .kitchen
|
||||||
- .git
|
- .git
|
||||||
|
pillars-from-files:
|
||||||
|
firewalld.sls: pillar.example
|
||||||
pillars:
|
pillars:
|
||||||
top.sls:
|
top.sls:
|
||||||
base:
|
base:
|
||||||
'*':
|
'*':
|
||||||
- firewalld
|
- firewalld
|
||||||
firewalld.sls:
|
|
||||||
firewalld:
|
|
||||||
enabled: True
|
|
||||||
services:
|
|
||||||
glusterfs:
|
|
||||||
short: glusterfs
|
|
||||||
description: 'GlusterFS network filesystem'
|
|
||||||
ports:
|
|
||||||
tcp:
|
|
||||||
- 24007-24008
|
|
||||||
- 49152-49200
|
|
||||||
|
|
||||||
verifier:
|
verifier:
|
||||||
name: inspec
|
name: inspec
|
||||||
|
Loading…
Reference in New Issue
Block a user