From d70e0952b5bdb673696c54f09dfddc60d1fdcdc8 Mon Sep 17 00:00:00 2001 From: Kevin Olbrich Date: Wed, 13 Jun 2018 12:50:04 +0200 Subject: [PATCH] add note to manifest docs regarding https repos --- manifests/README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/README.rst b/manifests/README.rst index 0a95b54..e57b97d 100644 --- a/manifests/README.rst +++ b/manifests/README.rst @@ -220,6 +220,7 @@ variety of sources. ``/etc/apt/sources.list.d/`` (with ``.list`` appended to it), except for ``main``, which designates ``/etc/apt/sources.list``. The value is an array with each entry being a line. + Note: To use HTTPS-based repos, you need to add "apt-transport-https" and "ca-certificates" to include_packages (`issue #476 `__). ``optional`` - ``components``: A list of components that should be added to the default apt sources. For example ``contrib`` or ``non-free``