1
0
Fork 0

chore: standardise structure (`.gitignore` & `_mapdata.rb`) [skip ci]

* Automated using https://github.com/myii/ssf-formula/pull/292
This commit is contained in:
Imran Iqbal 2021-02-11 11:54:05 +00:00
parent 7c1b16f963
commit c93fa78805
No known key found for this signature in database
GPG Key ID: 6D8629439D2B7819
3 changed files with 14 additions and 3 deletions

11
.gitignore vendored
View File

@ -91,6 +91,9 @@ celerybeat-schedule
venv/
ENV/
# visual studio
.vs/
# Spyder project settings
.spyderproject
.spyproject
@ -120,3 +123,11 @@ docs/*.md
Dockerfile.*_*
ignore/
tmp/
# `salt-formula` -- Vagrant Specific files
.vagrant
top.sls
# `suricata-formula` -- Platform binaries
*.rpm
*.deb

View File

@ -22,7 +22,7 @@
/*/_mapdata/ @saltstack-formulas/ssf
/*/libsaltcli.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/**/inspec.yml @saltstack-formulas/ssf
/test/integration/**/README.md @saltstack-formulas/ssf

View File

@ -2,8 +2,8 @@
require 'yaml'
control '`map.jinja` YAML dump' do
title 'should match the comparison file'
control 'sudoers._mapdata' do
title '`map.jinja` should match the reference file'
### Method
# The steps below for each file appear convoluted but they are both required