mirror of
https://github.com/saltstack-formulas/template-formula.git
synced 2025-04-17 10:10:28 +00:00
chore: standardise structure (.gitignore
& _mapdata.rb
) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/292
This commit is contained in:
parent
63158c0aa9
commit
6d17eb0130
2 changed files with 9 additions and 1 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
@ -123,3 +123,11 @@ docs/*.md
|
|||
Dockerfile.*_*
|
||||
ignore/
|
||||
tmp/
|
||||
|
||||
# `salt-formula` -- Vagrant Specific files
|
||||
.vagrant
|
||||
top.sls
|
||||
|
||||
# `suricata-formula` -- Platform binaries
|
||||
*.rpm
|
||||
*.deb
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
require 'yaml'
|
||||
|
||||
control 'TEMPLATE._mapdata' do
|
||||
control 'template._mapdata' do
|
||||
title '`map.jinja` should match the reference file'
|
||||
|
||||
### Method
|
||||
|
|
Loading…
Add table
Reference in a new issue