From 96634bb77059ca074a4713e0d143c99266b4d55f Mon Sep 17 00:00:00 2001 From: elijah Date: Tue, 6 Nov 2012 23:46:57 -0800 Subject: updated test/provider and added configurable life_span to CA. --- test/provider/common.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'test/provider/common.json') diff --git a/test/provider/common.json b/test/provider/common.json index 9e19836..7504e86 100644 --- a/test/provider/common.json +++ b/test/provider/common.json @@ -3,8 +3,8 @@ # { "domain": { - "full_suffix": "rewire.co", - "internal_suffix": "rewire", + "full_suffix": "= global.provider.domain", + "internal_suffix": "= global.provider.internal_domain", "full": "= node.name + '.' + domain.full_suffix", "internal": "= node.name + '.' + domain.internal_suffix", "name": "= node.name + '.' + (dns.public ? domain.full_suffix : domain.internal_suffix)" @@ -16,10 +16,10 @@ "authorized_keys": "= file :authorized_keys", "known_hosts": "= file :known_hosts", "port": 22 + }, + "x509": { + "use": false, + "cert": "= x509.use ? file(:node_x509_cert) : nil", + "key": "= x509.use ? file(:node_x509_key) : nil" } - #"x509": { - # "use": false, - # "cert": "= x509.use ? file(:node_x509_cert) : nil", - # "key": "= x509.use ? file(:node_x509_key) : nil" - #} } -- cgit v1.2.3