add hiera.yaml to fixtures
This commit is contained in:
parent
00ec3f4e35
commit
801208533f
2 changed files with 5 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -3,4 +3,5 @@ files/server_test.pem
|
|||
pkg/
|
||||
pkg/
|
||||
Gemfile.lock
|
||||
spec/fixtures/
|
||||
spec/fixtures/modules
|
||||
spec/fixtures/manifests
|
||||
|
|
3
spec/fixtures/hiera/hiera.yaml
vendored
Normal file
3
spec/fixtures/hiera/hiera.yaml
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
:backends:
|
||||
- module_data
|
Loading…
Reference in a new issue