refactor: change pillar calls

This commit is contained in:
Eric Veiras Galisson
2020-08-26 17:47:30 +02:00
parent ee173b0041
commit d5002c3c25
18 changed files with 929 additions and 17 deletions
@@ -8,6 +8,6 @@ control '`map.jinja` YAML dump' do
describe file('/tmp/salt_mapdata_dump.yaml') do
it { should exist }
its('content') { should include mapdata_dump }
its('content') { should eq mapdata_dump }
end
end