From a2782ecb08b3b088611177fc43906cd1ecb9c929 Mon Sep 17 00:00:00 2001 From: varac Date: Wed, 16 Dec 2015 00:31:03 +0100 Subject: jessie + unstable: use experimental-0.8 --- nodes/aardwolf.json | 7 +++++++ nodes/cat.json | 9 ++++++++- nodes/donkey.json | 9 ++++++++- nodes/quetzal.json | 2 +- nodes/tuatara.json | 9 ++++++++- 5 files changed, 32 insertions(+), 4 deletions(-) (limited to 'nodes') diff --git a/nodes/aardwolf.json b/nodes/aardwolf.json index 78dd41e..9bd392d 100644 --- a/nodes/aardwolf.json +++ b/nodes/aardwolf.json @@ -8,6 +8,13 @@ "dc", "unstable" ], + "sources": { + "platform": { + "apt": { + "basic": "http://deb.leap.se/experimental-0.8" + } + } + }, "couch": { "master": true, "pwhash_alg": "pbkdf2" diff --git a/nodes/cat.json b/nodes/cat.json index 11bb982..5a9b055 100644 --- a/nodes/cat.json +++ b/nodes/cat.json @@ -1,5 +1,12 @@ { "ip_address": "199.119.112.123", "services": "mx", - "tags": ["unstable", "dc"] + "tags": ["unstable", "dc"], + "sources": { + "platform": { + "apt": { + "basic": "http://deb.leap.se/experimental-0.8" + } + } + } } diff --git a/nodes/donkey.json b/nodes/donkey.json index 2271348..6870d48 100644 --- a/nodes/donkey.json +++ b/nodes/donkey.json @@ -9,5 +9,12 @@ "dc", "sandbox-braintree", "unstable" - ] + ], + "sources": { + "platform": { + "apt": { + "basic": "http://deb.leap.se/experimental-0.8" + } + } + } } diff --git a/nodes/quetzal.json b/nodes/quetzal.json index 07e2643..b25d928 100644 --- a/nodes/quetzal.json +++ b/nodes/quetzal.json @@ -6,7 +6,7 @@ "sources": { "platform": { "apt": { - "basic": "http://deb.leap.se/experimental-0.9" + "basic": "http://deb.leap.se/experimental-0.8" } } }, diff --git a/nodes/tuatara.json b/nodes/tuatara.json index 12042a0..b861ff6 100644 --- a/nodes/tuatara.json +++ b/nodes/tuatara.json @@ -7,5 +7,12 @@ "tags": [ "dc", "unstable" - ] + ], + "sources": { + "platform": { + "apt": { + "basic": "http://deb.leap.se/experimental-0.8" + } + } + } } -- cgit v1.2.3