Merge pull request #189 from baby-gnu/fix/rename-mapdata-test-directory

fix(inspec): use the name `_mapdata` everywhere for coherency
This commit is contained in:
Imran Iqbal 2020-07-31 07:11:50 +01:00 committed by GitHub
commit 94a12d86d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
15 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ replacement = {
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
control '`map.jinja` YAML dump' do