diff options
author | varac <varacanero@zeromail.org> | 2016-08-31 10:01:04 +0200 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2016-08-31 10:20:44 +0200 |
commit | fe287aac374fe5ce30c5b1263a23955abb99f8d1 (patch) | |
tree | f7e55c64a4c38d9799fad8acac239692c49b60cf /tests/puppet/hiera.yaml | |
parent | 9330632082aac83b3e4f53ed71050386207c15c7 (diff) |
Run gitlab CI on 0.8.2 branch
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..d4d0f670 --- /dev/null +++ b/tests/puppet/hiera.yaml @@ -0,0 +1,15 @@ +--- +:backends: + - yaml + - puppet + +:logger: console + +:yaml: + :datadir: tests/puppet/provider/hiera + +:hierarchy: + - catalogtest + +:puppet: + :datasource: data |