mirror of
https://github.com/saltstack-formulas/openssh-formula.git
synced 2026-07-15 23:39:28 +02:00
fix(inspec): use the name _mapdata everywhere for coherency
This commit is contained in:
@@ -5,7 +5,7 @@ replacement = {
|
|||||||
hostname: system.hostname
|
hostname: system.hostname
|
||||||
}
|
}
|
||||||
|
|
||||||
mapdata_file = "mapdata/#{system.platform[:finger].split('.').first}.yaml"
|
mapdata_file = "_mapdata/#{system.platform[:finger].split('.').first}.yaml"
|
||||||
mapdata_dump = inspec.profile.file(mapdata_file) % replacement
|
mapdata_dump = inspec.profile.file(mapdata_file) % replacement
|
||||||
|
|
||||||
control '`map.jinja` YAML dump' do
|
control '`map.jinja` YAML dump' do
|
||||||
|
|||||||
Reference in New Issue
Block a user