diff options
author | Varac <varac@leap.se> | 2017-06-29 12:28:03 +0200 |
---|---|---|
committer | Varac <varac@leap.se> | 2017-06-29 12:28:03 +0200 |
commit | 4a11c4b03869d2dc5d3511fbcf0d77ae15542169 (patch) | |
tree | 07d81ee6f9d3ef9296ac541a21d8c35b4bef1c83 | |
parent | 55d96d526994391fb45ea991d27c5e68772214b9 (diff) |
Remove platform pinning duplications
-rw-r--r-- | provider.clientdev.json | 6 | ||||
-rw-r--r-- | provider.development.json | 3 | ||||
-rw-r--r-- | provider.json | 3 | ||||
-rw-r--r-- | 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" } } |