diff options
author | varac <varacanero@zeromail.org> | 2015-12-16 00:27:09 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2015-12-16 00:27:09 +0100 |
commit | 806011dbad6d5121345760751dfc08aa2af47ecd (patch) | |
tree | 3142ee87a26ed1469459a60d2f0f6c2561f93b71 | |
parent | 2591beb3abb4d7aa0ea30989e50e4bc707b7eae5 (diff) |
use experimental-0.8 for quetzal
-rw-r--r-- | hiera/quetzal.yaml | 7 | ||||
-rw-r--r-- | nodes/quetzal.json | 9 |
2 files changed, 11 insertions, 5 deletions
diff --git a/hiera/quetzal.yaml b/hiera/quetzal.yaml index 4a0aed0..d872baf 100644 --- a/hiera/quetzal.yaml +++ b/hiera/quetzal.yaml @@ -241,8 +241,8 @@ nickserver: domain: nicknym.jessie.bitmask.net port: 6425 platform: - major_version: "0.9" - version: "0.9" + major_version: "0.8" + version: "0.8" rbls: - zen.spamhaus.org service_type: public_service @@ -273,6 +273,9 @@ sources: revision: origin/master source: "https://leap.se/git/nickserver" type: git + platform: + apt: + basic: "http://deb.leap.se/experimental-0.9" soledad: package: soledad-server revision: latest 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, |