Browse Source

Refactor .kitchen.yml to use pillar.example as pillar

tags/v0.6.2
Javier Bértoli 6 years ago
parent
commit
bcd47361ca
1 changed files with 2 additions and 11 deletions
  1. +2
    -11
      .kitchen.yml

+ 2
- 11
.kitchen.yml View File

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…
Cancel
Save