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/common.json | |
parent | 74b420220315b9b0731a6ebb22ce3f4a837cf052 (diff) | |
parent | 1b3455a697ae74b34f28f4960bf0a274e27a1ee8 (diff) |
Merge branch '6674_custom_apt_sources' into develop
Diffstat (limited to 'provider_base/common.json')
-rw-r--r-- | provider_base/common.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/provider_base/common.json b/provider_base/common.json index 649db0d9..cc4d2557 100644 --- a/provider_base/common.json +++ b/provider_base/common.json @@ -50,5 +50,12 @@ "platform": { "version": "= Leap::Platform.version.to_s", "major_version": "= Leap::Platform.major_version" + }, + "apt": { + "url": { + "basic": "= provider.apt.url.basic", + "security": "= provider.apt.url.security", + "backports": "= provider.apt.url.backports" + } } } |