File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed
test/integration/default/controls Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -91,6 +91,9 @@ celerybeat-schedule
9191venv /
9292ENV /
9393
94+ # visual studio
95+ .vs /
96+
9497# Spyder project settings
9598.spyderproject
9699.spyproject
@@ -120,3 +123,11 @@ docs/*.md
120123Dockerfile. * _ *
121124ignore /
122125tmp /
126+
127+ # `salt-formula` -- Vagrant Specific files
128+ .vagrant
129+ top.sls
130+
131+ # `suricata-formula` -- Platform binaries
132+ * .rpm
133+ * .deb
Original file line number Diff line number Diff line change 1818/* /_mapdata / @ saltstack-formulas/ssf
1919/* /libsaltcli.jinja @ saltstack-formulas/ssf
2020/* /libtofs.jinja @ saltstack-formulas/ssf
21- /test /integration /** /_mapdata_spec .rb @ saltstack-formulas/ssf
21+ /test /integration /** /_mapdata .rb @ saltstack-formulas/ssf
2222/test /integration /** /libraries /system.rb @ saltstack-formulas/ssf
2323/test /integration /** /inspec.yml @ saltstack-formulas/ssf
2424/test /integration /** /README.md @ saltstack-formulas/ssf
Original file line number Diff line number Diff line change 22
33require 'yaml'
44
5- control '`map.jinja` YAML dump ' do
6- title 'should match the comparison file'
5+ control 'php._mapdata ' do
6+ title '`map.jinja` should match the reference file'
77
88 ### Method
99 # The steps below for each file appear convoluted but they are both required
You can’t perform that action at this time.
0 commit comments