diff options
author | varac <varacanero@zeromail.org> | 2017-03-14 00:01:53 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2017-03-14 00:01:53 +0100 |
commit | 49d67a7ed91f39b96df353633724e16aa85b0bca (patch) | |
tree | 0b5a88398391e9dd31599fde6fe3ab18c0ebe429 | |
parent | 10de7faa2f43a179a8c1f679c8320ed59b53e7b3 (diff) |
Use http://deb.leap.se/platform jessie snapshots for unstable
-rw-r--r-- | common.unstable.json | 6 | ||||
-rw-r--r-- | hiera/aardwolf.yaml | 3 | ||||
-rw-r--r-- | hiera/cat.yaml | 3 | ||||
-rw-r--r-- | hiera/donkey.yaml | 3 | ||||
-rw-r--r-- | hiera/tuatara.yaml | 3 |
5 files changed, 14 insertions, 4 deletions
diff --git a/common.unstable.json b/common.unstable.json index 4684616..4e35e53 100644 --- a/common.unstable.json +++ b/common.unstable.json @@ -2,6 +2,12 @@ "sources": { "nickserver": { "revision": "master" + }, + "platform": { + "apt": { + "basic": "http://deb.leap.se/platform", + "component": "snapshots" + } } } } diff --git a/hiera/aardwolf.yaml b/hiera/aardwolf.yaml index 23e8f64..e9e3535 100644 --- a/hiera/aardwolf.yaml +++ b/hiera/aardwolf.yaml @@ -111,7 +111,8 @@ sources: type: git platform: apt: - basic: "http://deb.leap.se/experimental-platform" + basic: "http://deb.leap.se/platform" + component: snapshots soledad: package: soledad-server revision: latest diff --git a/hiera/cat.yaml b/hiera/cat.yaml index 1c48baf..5dadd5e 100644 --- a/hiera/cat.yaml +++ b/hiera/cat.yaml @@ -124,7 +124,8 @@ sources: type: git platform: apt: - basic: "http://deb.leap.se/experimental-platform" + basic: "http://deb.leap.se/platform" + component: snapshots soledad: package: soledad-server revision: latest diff --git a/hiera/donkey.yaml b/hiera/donkey.yaml index d8e90ea..8bc914e 100644 --- a/hiera/donkey.yaml +++ b/hiera/donkey.yaml @@ -590,7 +590,8 @@ sources: type: git platform: apt: - basic: "http://deb.leap.se/experimental-platform" + basic: "http://deb.leap.se/platform" + component: snapshots soledad: package: soledad-server revision: latest diff --git a/hiera/tuatara.yaml b/hiera/tuatara.yaml index 324470e..ec8a251 100644 --- a/hiera/tuatara.yaml +++ b/hiera/tuatara.yaml @@ -84,7 +84,8 @@ sources: type: git platform: apt: - basic: "http://deb.leap.se/experimental-platform" + basic: "http://deb.leap.se/platform" + component: snapshots soledad: package: soledad-server revision: latest |