commit | 48e868adbcc5c8bc42eef7cfc681061d195ce637 | [log] [tgz] |
---|---|---|
author | Stehlik Lukas <lukas.stehlik@tieto.com> | Thu Jan 11 14:33:16 2018 +0100 |
committer | Stehlik Lukas <lukas.stehlik@tieto.com> | Thu Jan 11 14:33:16 2018 +0100 |
tree | 39d41d9815fc2816491cfb9f490a755d80a928dd | |
parent | f00ee3b2f6d84547eb665806d36c9792b14d8a6c [diff] [blame] |
Add Sample and test pillars
diff --git a/README.rst b/README.rst index 6321347..d84ba04 100644 --- a/README.rst +++ b/README.rst
@@ -100,6 +100,20 @@ distributions: - nightly/trusty +Proxy environment variables (optional) in cron job for mirroring script + +.. code-block:: yaml + + aptly: + server: + enabled: true + ... + mirror_update: + enabled: true + http_proxy: "http://1.2.3.4:8000" + https_proxy: "http://1.2.3.4:8000" + ... + Read more =========