diff options
author | varac <varacanero@zeromail.org> | 2015-01-27 23:42:18 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2015-01-27 23:42:18 +0100 |
commit | c83b1bb71bb818d361bf7bae62ca3dd71f044efd (patch) | |
tree | bcca951073dbe7e6f2eabd69d7c8223ce0ec619b /provider_base/provider.json | |
parent | 74b420220315b9b0731a6ebb22ce3f4a837cf052 (diff) | |
parent | 1b3455a697ae74b34f28f4960bf0a274e27a1ee8 (diff) |
Merge branch '6674_custom_apt_sources' into develop
Diffstat (limited to 'provider_base/provider.json')
-rw-r--r-- | provider_base/provider.json | 7 |
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/" + } } } |