diff options
-rw-r--r-- | common.unstable.json | 5 | ||||
-rw-r--r-- | hiera/aardwolf.yaml | 2 | ||||
-rw-r--r-- | hiera/cat.yaml | 2 | ||||
-rw-r--r-- | hiera/donkey.yaml | 2 | ||||
-rw-r--r-- | hiera/tuatara.yaml | 2 |
5 files changed, 4 insertions, 9 deletions
diff --git a/common.unstable.json b/common.unstable.json index 5473d98..4684616 100644 --- a/common.unstable.json +++ b/common.unstable.json @@ -1,10 +1,5 @@ { "sources": { - "platform": { - "apt": { - "basic": "http://deb.leap.se/experimental-0.9" - } - }, "nickserver": { "revision": "master" } diff --git a/hiera/aardwolf.yaml b/hiera/aardwolf.yaml index 48f11ce..23e8f64 100644 --- a/hiera/aardwolf.yaml +++ b/hiera/aardwolf.yaml @@ -111,7 +111,7 @@ sources: type: git platform: apt: - basic: "http://deb.leap.se/experimental-0.9" + basic: "http://deb.leap.se/experimental-platform" soledad: package: soledad-server revision: latest diff --git a/hiera/cat.yaml b/hiera/cat.yaml index f8d5d98..abdefd2 100644 --- a/hiera/cat.yaml +++ b/hiera/cat.yaml @@ -123,7 +123,7 @@ sources: type: git platform: apt: - basic: "http://deb.leap.se/experimental-0.9" + basic: "http://deb.leap.se/experimental-platform" soledad: package: soledad-server revision: latest diff --git a/hiera/donkey.yaml b/hiera/donkey.yaml index f5ca07c..4fe649a 100644 --- a/hiera/donkey.yaml +++ b/hiera/donkey.yaml @@ -564,7 +564,7 @@ sources: type: git platform: apt: - basic: "http://deb.leap.se/experimental-0.9" + basic: "http://deb.leap.se/experimental-platform" soledad: package: soledad-server revision: latest diff --git a/hiera/tuatara.yaml b/hiera/tuatara.yaml index 3d1b840..324470e 100644 --- a/hiera/tuatara.yaml +++ b/hiera/tuatara.yaml @@ -84,7 +84,7 @@ sources: type: git platform: apt: - basic: "http://deb.leap.se/experimental-0.9" + basic: "http://deb.leap.se/experimental-platform" soledad: package: soledad-server revision: latest |