From 73b126976ad7843eb47a84944cf191bf05b14216 Mon Sep 17 00:00:00 2001 From: elijah Date: Tue, 9 Oct 2012 00:05:44 -0700 Subject: fixed paths --- test/provider/common.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 test/provider/common.json (limited to 'test/provider/common.json') diff --git a/test/provider/common.json b/test/provider/common.json new file mode 100644 index 0000000..ead9d68 --- /dev/null +++ b/test/provider/common.json @@ -0,0 +1,11 @@ +# +# Options put here are inherited by all nodes. +# +{ + "domain": { + "public": "rewire.co", + "internal": "rewire" + }, + "public_dns": true, + "fqdn": "= name + '.' + (public_dns ? domain_public : domain_internal)" +} -- cgit v1.2.3