Skip to content

Commit

Permalink
test(pillar): centralise and clean-up entries
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed Nov 17, 2021
1 parent b475e24 commit db5b69c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 17 deletions.
4 changes: 4 additions & 0 deletions test/salt/pillar/salt.sls
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
# vim: ft=yaml
---
salt:
py_ver: 'py3'
# Override used for FreeBSD minion service
retry_options:
attempts: 5
master:
fileserver_backend:
- rootfs
Expand Down
1 change: 0 additions & 1 deletion test/salt/pillar/v3001-py3.sls
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@
---
salt:
release: '3001'
py_ver: 'py3'
8 changes: 0 additions & 8 deletions test/salt/pillar/v3002-py3.sls
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,3 @@
---
salt:
release: '3002'
py_ver: 'py3'

# Override used for FreeBSD minion service
retry_options:
attempts: 5
until: true
interval: 10
splay: 10
8 changes: 0 additions & 8 deletions test/salt/pillar/v3003-py3.sls
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,3 @@
---
salt:
release: '3003'
py_ver: 'py3'

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

0 comments on commit db5b69c

Please sign in to comment.