diff options
| -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  | 
