Skip to content

Commit 14e843e

Browse files
committed
fix(inspec): use the name _mapdata everywhere for coherency
1 parent 9f3c2f2 commit 14e843e

15 files changed

Lines changed: 1 addition & 1 deletion

test/integration/default/controls/_mapdata_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
hostname: system.hostname
66
}
77

8-
mapdata_file = "mapdata/#{system.platform[:finger].split('.').first}.yaml"
8+
mapdata_file = "_mapdata/#{system.platform[:finger].split('.').first}.yaml"
99
mapdata_dump = inspec.profile.file(mapdata_file) % replacement
1010

1111
control '`map.jinja` YAML dump' do

test/integration/default/files/mapdata/amazonlinux-1.yaml renamed to test/integration/default/files/_mapdata/amazonlinux-1.yaml

File renamed without changes.

test/integration/default/files/mapdata/amazonlinux-2.yaml renamed to test/integration/default/files/_mapdata/amazonlinux-2.yaml

File renamed without changes.

test/integration/default/files/mapdata/arch-base-latest.yaml renamed to test/integration/default/files/_mapdata/arch-base-latest.yaml

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

test/integration/default/files/mapdata/debian-10.yaml renamed to test/integration/default/files/_mapdata/debian-10.yaml

File renamed without changes.
File renamed without changes.

test/integration/default/files/mapdata/fedora-31.yaml renamed to test/integration/default/files/_mapdata/fedora-31.yaml

File renamed without changes.

0 commit comments

Comments
 (0)