From 4a11c4b03869d2dc5d3511fbcf0d77ae15542169 Mon Sep 17 00:00:00 2001 From: Varac Date: Thu, 29 Jun 2017 12:28:03 +0200 Subject: Remove platform pinning duplications --- provider.clientdev.json | 6 ------ provider.development.json | 3 --- provider.json | 3 +++ provider.unstable.json | 3 --- 4 files changed, 3 insertions(+), 12 deletions(-) diff --git a/provider.clientdev.json b/provider.clientdev.json index 3be614a..d8d98ee 100644 --- a/provider.clientdev.json +++ b/provider.clientdev.json @@ -1,11 +1,5 @@ { "domain": "cdev.bitmask.net", - //"service": { - // "allow_anonymous": false - //}, - "platform": { - "branch": "master" - }, "contacts": { "default": "drebs@leap.se" } diff --git a/provider.development.json b/provider.development.json index 2db2a4f..4b15bd0 100644 --- a/provider.development.json +++ b/provider.development.json @@ -4,9 +4,6 @@ "allow_anonymous": false, "allow_registration": true }, - "platform": { - "branch": "master" - }, "ca": { "client_certificates": { "life_span": "2 days" diff --git a/provider.json b/provider.json index 015cb84..4999ede 100644 --- a/provider.json +++ b/provider.json @@ -25,5 +25,8 @@ }, "dns": { "nameservers": ["a.dns.gandi.net","b.dns.gandi.net","c.dns.gandi.net"] + }, + "platform": { + "branch": "master" } } diff --git a/provider.unstable.json b/provider.unstable.json index 03da9f8..ff7106c 100644 --- a/provider.unstable.json +++ b/provider.unstable.json @@ -2,8 +2,5 @@ "domain": "unstable.bitmask.net", "service": { "allow_anonymous": false - }, - "platform": { - "branch": "master" } } -- cgit v1.2.3