diff options
| -rw-r--r-- | common.unstable.json | 10 | ||||
| -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, 14 deletions
| diff --git a/common.unstable.json b/common.unstable.json deleted file mode 100644 index e5096c4..0000000 --- a/common.unstable.json +++ /dev/null @@ -1,10 +0,0 @@ -{ -  "sources": { -    "platform": { -      "apt": { -        "basic": "http://deb.leap.se/platform", -        "component": "snapshots" -      } -    } -  } -} diff --git a/hiera/aardwolf.yaml b/hiera/aardwolf.yaml index b174a3e..176431d 100644 --- a/hiera/aardwolf.yaml +++ b/hiera/aardwolf.yaml @@ -113,7 +113,7 @@ sources:    platform:       apt:         basic: "http://deb.leap.se/platform" -      component: snapshots +      component: master    soledad:       package: soledad-server      revision: latest diff --git a/hiera/cat.yaml b/hiera/cat.yaml index cde4ade..4069738 100644 --- a/hiera/cat.yaml +++ b/hiera/cat.yaml @@ -117,7 +117,7 @@ sources:    platform:       apt:         basic: "http://deb.leap.se/platform" -      component: snapshots +      component: master    soledad:       package: soledad-server      revision: latest diff --git a/hiera/donkey.yaml b/hiera/donkey.yaml index f1432c5..1935138 100644 --- a/hiera/donkey.yaml +++ b/hiera/donkey.yaml @@ -578,7 +578,7 @@ sources:    platform:       apt:         basic: "http://deb.leap.se/platform" -      component: snapshots +      component: master    soledad:       package: soledad-server      revision: latest diff --git a/hiera/tuatara.yaml b/hiera/tuatara.yaml index 10aac6f..f426980 100644 --- a/hiera/tuatara.yaml +++ b/hiera/tuatara.yaml @@ -86,7 +86,7 @@ sources:    platform:       apt:         basic: "http://deb.leap.se/platform" -      component: snapshots +      component: master    soledad:       package: soledad-server      revision: latest | 
