diff options
-rw-r--r-- | common.unstable.json | 2 | ||||
-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, 5 insertions, 5 deletions
diff --git a/common.unstable.json b/common.unstable.json index 1b10af7..e95e574 100644 --- a/common.unstable.json +++ b/common.unstable.json @@ -2,7 +2,7 @@ "sources": { "platform": { "apt": { - "basic": "http://deb.leap.se/0.9-experimental" + "basic": "http://deb.leap.se/experimental-0.9" } } } diff --git a/hiera/aardwolf.yaml b/hiera/aardwolf.yaml index 864630d..6d38655 100644 --- a/hiera/aardwolf.yaml +++ b/hiera/aardwolf.yaml @@ -111,7 +111,7 @@ sources: type: git platform: apt: - basic: "http://deb.leap.se/0.9-experimental" + basic: "http://deb.leap.se/experimental-0.9" soledad: package: soledad-server revision: latest diff --git a/hiera/cat.yaml b/hiera/cat.yaml index 01773bf..662261f 100644 --- a/hiera/cat.yaml +++ b/hiera/cat.yaml @@ -124,7 +124,7 @@ sources: type: git platform: apt: - basic: "http://deb.leap.se/0.9-experimental" + basic: "http://deb.leap.se/experimental-0.9" soledad: package: soledad-server revision: latest diff --git a/hiera/donkey.yaml b/hiera/donkey.yaml index 0dd7d6a..0892cae 100644 --- a/hiera/donkey.yaml +++ b/hiera/donkey.yaml @@ -582,7 +582,7 @@ sources: type: git platform: apt: - basic: "http://deb.leap.se/0.9-experimental" + basic: "http://deb.leap.se/experimental-0.9" soledad: package: soledad-server revision: latest diff --git a/hiera/tuatara.yaml b/hiera/tuatara.yaml index 8042a0a..2a417b6 100644 --- a/hiera/tuatara.yaml +++ b/hiera/tuatara.yaml @@ -84,7 +84,7 @@ sources: type: git platform: apt: - basic: "http://deb.leap.se/0.9-experimental" + basic: "http://deb.leap.se/experimental-0.9" soledad: package: soledad-server revision: latest |