diff options
author | varac <varacanero@zeromail.org> | 2015-01-27 22:40:08 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2015-01-27 22:43:36 +0100 |
commit | 1b3455a697ae74b34f28f4960bf0a274e27a1ee8 (patch) | |
tree | 48a58caf1a493232a429fa33a4a42ebc79f64d74 /provider_base/provider.json | |
parent | e99752e09a784629b89a2f798109804b11a1e8a4 (diff) |
provide way to customize all three apt sources urls (basic, security, backports)
Change-Id: I5542b320bb1edb52c63350b5e4fd2af681991fb5
Diffstat (limited to 'provider_base/provider.json')
-rw-r--r-- | provider_base/provider.json | 6 |
1 files changed, 5 insertions, 1 deletions
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/" + } } } |