Skip to content

Commit

Permalink
refactor(state_top): remove unnecessary entries (provided by defaults)
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed Aug 4, 2019
1 parent f48c42a commit 5f229f2
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions ssf/formulas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -296,9 +296,6 @@ ssf:
provisioner:
pillars_from_files:
- .sls: test/salt/default/pillar/collectd.sls
state_top:
- '*':
- .
old_ci_files: True
platforms: *platforms_old
platforms_matrix: *platforms_matrix_old
Expand Down Expand Up @@ -428,9 +425,6 @@ ssf:
provisioner:
pillars_from_files:
- .sls: test/salt/pillar/default.pillar.sls
state_top:
- '*':
- .
1:
inspec_yml:
summary: |-
Expand Down Expand Up @@ -598,9 +592,6 @@ ssf:
provisioner:
pillars_from_files:
- .sls: test/salt/pillar/mysql.sls
state_top:
- '*':
- .
platforms_matrix:
# [os , os_ver, salt_ver, py_ver, inspec_suite]
- [debian , 10 , develop, 3, default]
Expand All @@ -623,9 +614,6 @@ ssf:
provisioner:
pillars_from_files:
- .sls: test/salt/default/pillar/nginx.sls
state_top:
- '*':
- .
old_ci_files: True
platforms: *platforms_old
platforms_matrix: *platforms_matrix_old
Expand Down Expand Up @@ -735,9 +723,6 @@ ssf:
provisioner:
pillars_from_files:
- .sls: test/salt/pillar/postgres.sls
state_top:
- '*':
- .
old_ci_files: True
platforms: *platforms_old
platforms_matrix:
Expand Down Expand Up @@ -1022,9 +1007,6 @@ ssf:
provisioner:
pillars_from_files:
- .sls: test/salt/pillar/default.sls
state_top:
- '*':
- .
old_ci_files: True
platforms: *platforms_old
platforms_matrix:
Expand Down Expand Up @@ -1064,19 +1046,13 @@ ssf:
provisioner:
pillars_from_files:
- .sls: test/salt/pillar/dev_server.sls
state_top:
- '*':
- .
2:
inspec_yml:
summary: |-
Verify that the vault production server is setup and configured correctly
provisioner:
pillars_from_files:
- .sls: test/salt/pillar/prod_server.sls
state_top:
- '*':
- .
inspec_suites_matrix:
- ''
old_ci_files: True
Expand Down

0 comments on commit 5f229f2

Please sign in to comment.