mirror of
https://github.com/saltstack-formulas/template-formula.git
synced 2025-04-17 10:10:28 +00:00
fix(convert-formula): _mapdata
control name must use the formula one
* test/integration/default/controls/_mapdata.rb: use `TEMPLATE` to let `conver-formula.sh` automatically rename the control.
This commit is contained in:
parent
2f76e06660
commit
1f3600d66f
1 changed files with 1 additions and 1 deletions
|
@ -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