chore: standardise structure (.gitignore
& _mapdata.rb
) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/292
This commit is contained in:
parent
a874a76967
commit
f00d7ad348
9
.gitignore
vendored
9
.gitignore
vendored
@ -91,6 +91,9 @@ celerybeat-schedule
|
|||||||
venv/
|
venv/
|
||||||
ENV/
|
ENV/
|
||||||
|
|
||||||
|
# visual studio
|
||||||
|
.vs/
|
||||||
|
|
||||||
# Spyder project settings
|
# Spyder project settings
|
||||||
.spyderproject
|
.spyderproject
|
||||||
.spyproject
|
.spyproject
|
||||||
@ -121,6 +124,10 @@ Dockerfile.*_*
|
|||||||
ignore/
|
ignore/
|
||||||
tmp/
|
tmp/
|
||||||
|
|
||||||
#Vagrant Specific files
|
# `salt-formula` -- Vagrant Specific files
|
||||||
.vagrant
|
.vagrant
|
||||||
top.sls
|
top.sls
|
||||||
|
|
||||||
|
# `suricata-formula` -- Platform binaries
|
||||||
|
*.rpm
|
||||||
|
*.deb
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
/*/_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
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
require 'yaml'
|
require 'yaml'
|
||||||
|
|
||||||
control '`map.jinja` YAML dump' do
|
control 'salt._mapdata' do
|
||||||
title 'should match the comparison file'
|
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
|
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
require 'yaml'
|
require 'yaml'
|
||||||
|
|
||||||
control '`map.jinja` YAML dump' do
|
control 'salt._mapdata' do
|
||||||
title 'should match the comparison file'
|
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
|
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
require 'yaml'
|
require 'yaml'
|
||||||
|
|
||||||
control '`map.jinja` YAML dump' do
|
control 'salt._mapdata' do
|
||||||
title 'should match the comparison file'
|
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
|
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
require 'yaml'
|
require 'yaml'
|
||||||
|
|
||||||
control '`map.jinja` YAML dump' do
|
control 'salt._mapdata' do
|
||||||
title 'should match the comparison file'
|
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
|
Loading…
Reference in New Issue
Block a user