Configure noop hiera conf

This avoids the CI to override out tests

Change-Id: I7cc29065609aee73d2d830690f523f9db63378fe
This commit is contained in:
Swann Croiset 2016-02-09 11:21:59 +01:00
parent 1a2c0c65df
commit b52a8310b6
3 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,7 @@
---
:backends:
- yaml
:yaml:
:datadir: 'spec/fixtures/hieradata'
:hierarchy:
- 'default'

View File

@ -19,4 +19,5 @@ RSpec.configure do |c|
c.module_path = File.join(fixture_path, 'modules')
c.manifest_dir = File.join(fixture_path, 'manifests')
c.environmentpath = File.join(Dir.pwd, 'spec')
c.hiera_config = File.join(fixture_path, 'hiera.yaml')
end