summaryrefslogtreecommitdiff
path: root/provider_base/provider.json
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2015-01-27 23:42:18 +0100
committervarac <varacanero@zeromail.org>2015-01-27 23:42:18 +0100
commitc83b1bb71bb818d361bf7bae62ca3dd71f044efd (patch)
treebcca951073dbe7e6f2eabd69d7c8223ce0ec619b /provider_base/provider.json
parent74b420220315b9b0731a6ebb22ce3f4a837cf052 (diff)
parent1b3455a697ae74b34f28f4960bf0a274e27a1ee8 (diff)
Merge branch '6674_custom_apt_sources' into develop
Diffstat (limited to 'provider_base/provider.json')
-rw-r--r--provider_base/provider.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/provider_base/provider.json b/provider_base/provider.json
index 77437935..84d033c5 100644
--- a/provider_base/provider.json
+++ b/provider_base/provider.json
@@ -59,5 +59,12 @@
"client_version": {
"min": "0.5",
"max": null
+ },
+ "apt": {
+ "url": {
+ "basic": "http://http.debian.net/debian/",
+ "security": "http://security.debian.org/",
+ "backports": "http://http.debian.net/debian/"
+ }
}
}