diff options
Diffstat (limited to 'tests/puppet/hiera.yaml')
-rw-r--r-- | tests/puppet/hiera.yaml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/puppet/hiera.yaml b/tests/puppet/hiera.yaml new file mode 100644 index 00000000..054cb782 --- /dev/null +++ b/tests/puppet/hiera.yaml @@ -0,0 +1,15 @@ +--- +:backends: + - yaml + - puppet + +:logger: console + +:yaml: + :datadir: /home/varac/leap/git/leap_platform/tests/puppet/provider/hiera + +:hierarchy: + - hiera + +:puppet: + :datasource: data |