diff options
Diffstat (limited to 'nodes')
-rw-r--r-- | nodes/quetzal.json | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/nodes/quetzal.json b/nodes/quetzal.json index 31178eb..07e2643 100644 --- a/nodes/quetzal.json +++ b/nodes/quetzal.json @@ -3,9 +3,12 @@ "environment": "jessie", "tags": ["jessie", "dc"], "services": ["webapp", "couchdb", "mx", "soledad"], - "platform": { - "major_version": "0.9", - "version": "0.9" + "sources": { + "platform": { + "apt": { + "basic": "http://deb.leap.se/experimental-0.9" + } + } }, "couch": { "master": true, |