diff options
Diffstat (limited to 'test/provider/hiera/web1.yaml')
-rw-r--r-- | test/provider/hiera/web1.yaml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/test/provider/hiera/web1.yaml b/test/provider/hiera/web1.yaml new file mode 100644 index 0000000..88c75d5 --- /dev/null +++ b/test/provider/hiera/web1.yaml @@ -0,0 +1,19 @@ +--- +definition_files: + provider: <%= {:hi => 'yes'}.to_json %> +domain: + internal: rewire + public: rewire.co +fqdn: web1.rewire.co +ip_address: 6.6.7.7 +name: web1 +public_dns: true +services: webapp +webapp: + couchdb_hosts: + - couch1.rewire + - couch2.rewire + modules: + - user + - billing + - help |