* Automated using https://github.com/myii/ssf-formula/pull/292tags/v1.2.1
venv/ | venv/ | ||||
ENV/ | ENV/ | ||||
# visual studio | |||||
.vs/ | |||||
# Spyder project settings | # Spyder project settings | ||||
.spyderproject | .spyderproject | ||||
.spyproject | .spyproject | ||||
Dockerfile.*_* | Dockerfile.*_* | ||||
ignore/ | ignore/ | ||||
tmp/ | tmp/ | ||||
# `salt-formula` -- Vagrant Specific files | |||||
.vagrant | |||||
top.sls | |||||
# `suricata-formula` -- Platform binaries | |||||
*.rpm | |||||
*.deb |
/*/_mapdata/ @saltstack-formulas/ssf | /*/_mapdata/ @saltstack-formulas/ssf | ||||
/*/libsaltcli.jinja @saltstack-formulas/ssf | /*/libsaltcli.jinja @saltstack-formulas/ssf | ||||
/*/libtofs.jinja @saltstack-formulas/ssf | /*/libtofs.jinja @saltstack-formulas/ssf | ||||
/test/integration/**/_mapdata_spec.rb @saltstack-formulas/ssf | |||||
/test/integration/**/_mapdata.rb @saltstack-formulas/ssf | |||||
/test/integration/**/libraries/system.rb @saltstack-formulas/ssf | /test/integration/**/libraries/system.rb @saltstack-formulas/ssf | ||||
/test/integration/**/inspec.yml @saltstack-formulas/ssf | /test/integration/**/inspec.yml @saltstack-formulas/ssf | ||||
/test/integration/**/README.md @saltstack-formulas/ssf | /test/integration/**/README.md @saltstack-formulas/ssf |
require 'yaml' | require 'yaml' | ||||
control '`map.jinja` YAML dump' do | |||||
title 'should match the comparison file' | |||||
control 'firewalld._mapdata' do | |||||
title '`map.jinja` should match the reference file' | |||||
### Method | ### Method | ||||
# The steps below for each file appear convoluted but they are both required | # The steps below for each file appear convoluted but they are both required |