X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=README.md;fp=README.md;h=56687f2e448686ea04569219446b1c53fb4ede97;hb=2889b8abfe83c29bfdb377edb0985805a6816097;hp=73272c2ffaa6e2e2ae3ca415aa0ce9130238fb8b;hpb=d939cbd5f18ce8852713a74045b84df0b4bbc2bb;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/README.md b/README.md index 73272c2..56687f2 100644 --- a/README.md +++ b/README.md @@ -298,7 +298,7 @@ All parameters are optional unless specified. * `https`: Specifies whether to enable https proxies. Valid options: `true` and `false`. Default: `false`. * `ensure`: Optional parameter. Valid options: 'file', 'present', and 'absent'. Default: `undef`. Prefer 'file' over 'present'. - + * `direct`: Specifies whether or not to use a 'DIRECT' https proxy if http proxy is used but https is not. Valid options: `true` and `false`. Default: `false`. * `purge`: Specifies whether to purge any existing settings that aren't managed by Puppet. Valid options: a hash made up from the following keys: @@ -522,7 +522,7 @@ All parameters are optional. ## Limitations -This module is tested and officially supported on Debian 6 and 7 and Ubuntu 10.04, 12.04, and 14.04. Testing on other platforms has been light and cannot be guaranteed. +This module is tested and officially supported on Debian 8 and 9 and Ubuntu 14.04, and 16.04. Testing on other platforms has been light and cannot be guaranteed. This module is not designed to be split across [run stages](https://docs.puppetlabs.com/puppet/latest/reference/lang_run_stages.html).