summaryrefslogtreecommitdiff
path: root/nodes
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2015-12-16 00:31:03 +0100
committervarac <varacanero@zeromail.org>2015-12-16 00:31:03 +0100
commita2782ecb08b3b088611177fc43906cd1ecb9c929 (patch)
tree60a6ff534fb35a086245b920e64726ee77528d12 /nodes
parent806011dbad6d5121345760751dfc08aa2af47ecd (diff)
jessie + unstable: use experimental-0.8
Diffstat (limited to 'nodes')
-rw-r--r--nodes/aardwolf.json7
-rw-r--r--nodes/cat.json9
-rw-r--r--nodes/donkey.json9
-rw-r--r--nodes/quetzal.json2
-rw-r--r--nodes/tuatara.json9
5 files changed, 32 insertions, 4 deletions
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"
+ }
+ }
+ }
}