summaryrefslogtreecommitdiff
path: root/provider_base
diff options
context:
space:
mode:
Diffstat (limited to 'provider_base')
-rw-r--r--provider_base/common.json6
-rw-r--r--provider_base/provider.json6
2 files changed, 10 insertions, 2 deletions
diff --git a/provider_base/common.json b/provider_base/common.json
index c25f59b4..cc4d2557 100644
--- a/provider_base/common.json
+++ b/provider_base/common.json
@@ -52,6 +52,10 @@
"major_version": "= Leap::Platform.major_version"
},
"apt": {
- "url": "= provider.apt.url"
+ "url": {
+ "basic": "= provider.apt.url.basic",
+ "security": "= provider.apt.url.security",
+ "backports": "= provider.apt.url.backports"
+ }
}
}
diff --git a/provider_base/provider.json b/provider_base/provider.json
index d66a01c4..84d033c5 100644
--- a/provider_base/provider.json
+++ b/provider_base/provider.json
@@ -61,6 +61,10 @@
"max": null
},
"apt": {
- "url": "http://http.debian.net/debian/"
+ "url": {
+ "basic": "http://http.debian.net/debian/",
+ "security": "http://security.debian.org/",
+ "backports": "http://http.debian.net/debian/"
+ }
}
}