File tree Expand file tree Collapse file tree
test/integration/default/controls Expand file tree Collapse file tree 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 2222/* /_mapdata / @ saltstack-formulas/ssf
2323/* /libsaltcli.jinja @ saltstack-formulas/ssf
2424/* /libtofs.jinja @ saltstack-formulas/ssf
25- /test /integration /** /_mapdata_spec .rb @ saltstack-formulas/ssf
25+ /test /integration /** /_mapdata .rb @ saltstack-formulas/ssf
2626/test /integration /** /libraries /system.rb @ saltstack-formulas/ssf
2727/test /integration /** /inspec.yml @ saltstack-formulas/ssf
2828/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 'openssh._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