diff options
author | elijah <elijah@riseup.net> | 2012-10-11 00:43:05 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2012-10-11 00:43:05 -0700 |
commit | cde5fc17fe235405703c67184c81d85643b257a2 (patch) | |
tree | 32dfcd7bea8b780964102d026398f4cc86d36712 /test/provider/hiera/ns1.yaml | |
parent | 113d3a59eaa7547433434d155fc1e60aa7c2094c (diff) | |
download | leap_cli-cde5fc17fe235405703c67184c81d85643b257a2.tar.gz leap_cli-cde5fc17fe235405703c67184c81d85643b257a2.tar.bz2 |
new test/provider data
Diffstat (limited to 'test/provider/hiera/ns1.yaml')
-rw-r--r-- | test/provider/hiera/ns1.yaml | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/test/provider/hiera/ns1.yaml b/test/provider/hiera/ns1.yaml index 721e721..da996a6 100644 --- a/test/provider/hiera/ns1.yaml +++ b/test/provider/hiera/ns1.yaml @@ -1,26 +1,31 @@ --- +dns: + public: true domain: internal: rewire + name: ns1.rewire.co public: rewire.co -fqdn: ns1.rewire.co hosts: private: - - fqdn: couch1.rewire + - domain_name: couch1.rewire ip_address: 245.2.45.42 - - fqdn: couch2.rewire + - domain_name: couch2.rewire ip_address: 73.45.87.11 public: - - fqdn: ns1.rewire.co + - domain_name: ns1.rewire.co ip_address: 1.1.1.1 - - fqdn: ns2.rewire.co + - domain_name: ns2.rewire.co ip_address: 1.1.1.2 - - fqdn: vpn1.rewire.co + - domain_name: vpn1.rewire.co ip_address: 2.2.2.2 - - fqdn: web1.rewire.co + - dns_aliases: + - rewire.co + - api.rewire.co + domain_name: web1.rewire.co ip_address: 6.6.7.7 ip_address: 1.1.1.1 name: ns1 production: true -public_dns: true +service_type: public_service services: dns tags: production |