diff options
author | elijah <elijah@riseup.net> | 2012-10-10 00:09:31 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2012-10-10 00:09:31 -0700 |
commit | 47062a50e9bba238191838a6625b81793afa8472 (patch) | |
tree | b4b9603f37ba79c522edcc7193cc8e360c36f442 /test/provider/hiera/ns2.yaml | |
parent | 2a4dffe29da16dec1147a7f20715a1fa657368ac (diff) | |
download | leap_cli-47062a50e9bba238191838a6625b81793afa8472.tar.gz leap_cli-47062a50e9bba238191838a6625b81793afa8472.tar.bz2 |
hierarchical yaml output.
Diffstat (limited to 'test/provider/hiera/ns2.yaml')
-rw-r--r-- | test/provider/hiera/ns2.yaml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/test/provider/hiera/ns2.yaml b/test/provider/hiera/ns2.yaml new file mode 100644 index 0000000..b64a238 --- /dev/null +++ b/test/provider/hiera/ns2.yaml @@ -0,0 +1,26 @@ +--- +domain: + internal: rewire + public: rewire.co +fqdn: ns2.rewire.co +hosts: + private: + - fqdn: couch1.rewire + ip_address: 245.2.45.42 + - fqdn: couch2.rewire + ip_address: 73.45.87.11 + public: + - fqdn: ns1.rewire.co + ip_address: 1.1.1.1 + - fqdn: ns2.rewire.co + ip_address: 1.1.1.2 + - fqdn: vpn1.rewire.co + ip_address: 2.2.2.2 + - fqdn: web1.rewire.co + ip_address: 6.6.7.7 +ip_address: 1.1.1.2 +name: ns2 +production: true +public_dns: true +services: dns +tags: production |