Skip to content

Commit

Permalink
feat(salt): add Windows testing
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed Jun 28, 2020
1 parent f22511a commit 0aad3b6
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ssf/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ ssf_node_anchors:
# An alternative method could be to use:
# `git describe --abbrev=0 --tags`
# yamllint disable rule:line-length rule:quoted-strings
title: "chore(gemfile.lock): update to latest gem versions (2020-W26) [skip ci]"
body: '* Automated using https://github.com/myii/ssf-formula/pull/233'
title: "chore: add Windows testing"
body: '* Checked using https://github.com/myii/ssf-formula/pull/234'
# yamllint enable rule:line-length rule:quoted-strings
github:
owner: 'saltstack-formulas'
Expand Down
1 change: 1 addition & 0 deletions ssf/files/tofs_salt-formula/Gemfile
1 change: 1 addition & 0 deletions ssf/files/tofs_salt-formula/Gemfile.lock
15 changes: 14 additions & 1 deletion ssf/formulas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,19 @@ ssf_node_anchors:
- amazon
- oracle
- arch
# yamllint disable-line rule:line-length
supports_all_including_oracle_and_windows: &supports_all_including_oracle_and_windows
- debian
- ubuntu
- centos
- fedora
- opensuse
- suse
- freebsd
- amazon
- oracle
- arch
- windows
provisioner:
dependencies_epel: &dependencies_epel
- name: 'epel'
Expand Down Expand Up @@ -3303,7 +3316,7 @@ ssf:
inspec_yml:
summary: >-
Verify that Salt `v3000-py3` is setup and configured
supports: *supports_all_including_oracle
supports: *supports_all_including_oracle_and_windows
provisioner:
pillars:
- '*':
Expand Down

0 comments on commit 0aad3b6

Please sign in to comment.