diff --git a/ssf/defaults.yaml b/ssf/defaults.yaml index 59d52cb1..436b1a92 100644 --- a/ssf/defaults.yaml +++ b/ssf/defaults.yaml @@ -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' diff --git a/ssf/files/tofs_salt-formula/Gemfile b/ssf/files/tofs_salt-formula/Gemfile new file mode 120000 index 00000000..49c541a4 --- /dev/null +++ b/ssf/files/tofs_salt-formula/Gemfile @@ -0,0 +1 @@ +../tofs_openssh-formula/Gemfile \ No newline at end of file diff --git a/ssf/files/tofs_salt-formula/Gemfile.lock b/ssf/files/tofs_salt-formula/Gemfile.lock new file mode 120000 index 00000000..c18ae2d6 --- /dev/null +++ b/ssf/files/tofs_salt-formula/Gemfile.lock @@ -0,0 +1 @@ +../tofs_openssh-formula/Gemfile.lock \ No newline at end of file diff --git a/ssf/formulas.yaml b/ssf/formulas.yaml index 6214860b..f39fb992 100644 --- a/ssf/formulas.yaml +++ b/ssf/formulas.yaml @@ -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' @@ -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: - '*':