Browse Source

test(pillar): centralise and clean-up entries

tags/v1.9.6
Imran Iqbal 3 years ago
parent
commit
db5b69c9cd
No account linked to committer's email address
4 changed files with 4 additions and 17 deletions
  1. +4
    -0
      test/salt/pillar/salt.sls
  2. +0
    -1
      test/salt/pillar/v3001-py3.sls
  3. +0
    -8
      test/salt/pillar/v3002-py3.sls
  4. +0
    -8
      test/salt/pillar/v3003-py3.sls

+ 4
- 0
test/salt/pillar/salt.sls View File

# vim: ft=yaml # vim: ft=yaml
--- ---
salt: salt:
py_ver: 'py3'
# Override used for FreeBSD minion service
retry_options:
attempts: 5
master: master:
fileserver_backend: fileserver_backend:
- rootfs - rootfs

+ 0
- 1
test/salt/pillar/v3001-py3.sls View File

--- ---
salt: salt:
release: '3001' release: '3001'
py_ver: 'py3'

+ 0
- 8
test/salt/pillar/v3002-py3.sls View File

--- ---
salt: salt:
release: '3002' release: '3002'
py_ver: 'py3'

# Override used for FreeBSD minion service
retry_options:
attempts: 5
until: true
interval: 10
splay: 10

+ 0
- 8
test/salt/pillar/v3003-py3.sls View File

--- ---
salt: salt:
release: '3003' release: '3003'
py_ver: 'py3'

# Override used for FreeBSD minion service
retry_options:
attempts: 5
until: true
interval: 10
splay: 10

Loading…
Cancel
Save