diff options
author | elijah <elijah@riseup.net> | 2012-10-09 00:01:55 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2012-10-09 00:01:55 -0700 |
commit | 578ac2f5dc7432317d7a022bed9d869ab89ee45c (patch) | |
tree | 3cf8d27c2e8059df33e33e9c39146e0b3db29599 /cli/test/provider/hiera/ns1.rewire.yaml | |
parent | 105fe22c2de06310e48c4827b47d38d18750ed32 (diff) |
initial code commit
Diffstat (limited to 'cli/test/provider/hiera/ns1.rewire.yaml')
-rw-r--r-- | cli/test/provider/hiera/ns1.rewire.yaml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/cli/test/provider/hiera/ns1.rewire.yaml b/cli/test/provider/hiera/ns1.rewire.yaml new file mode 100644 index 0000000..264dd52 --- /dev/null +++ b/cli/test/provider/hiera/ns1.rewire.yaml @@ -0,0 +1,25 @@ +--- +domain_internal: rewire +domain_public: rewire.co +fqdn: ns1.rewire.co +hosts_private: +- ip_address: 245.2.45.42 + fqdn: couch1.rewire +- ip_address: 73.45.87.11 + fqdn: couch2.rewire +hosts_public: +- ip_address: 1.1.1.1 + fqdn: ns1.rewire.co +- ip_address: 1.1.1.2 + fqdn: ns2.rewire.co +- ip_address: 2.2.2.2 + fqdn: vpn1.rewire.co +- ip_address: 6.6.7.7 + fqdn: web1.rewire.co + dns_alias: user.rewire.co +ip_address: 1.1.1.1 +name: ns1 +production: true +public_dns: true +services: dns +tags: production |