From: Anselm Eberhardt Date: Wed, 30 Aug 2017 09:01:43 +0000 (+0200) Subject: fix documentation for parameter $proxy['port'] in class apt X-Git-Tag: 4.2.0~9^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=b2587759ec225393ecd3e6ed26a0d78f9c847c92;p=puppet-modules%2Fpuppetlabs-apt.git fix documentation for parameter $proxy['port'] in class apt Documentation says 'port' should be a string. init.pp checks for type integer. --- diff --git a/README.md b/README.md index 98dcc2c..35b097d 100644 --- a/README.md +++ b/README.md @@ -279,7 +279,7 @@ Main class, includes all other classes. * 'host': Specifies a proxy host to be stored in `/etc/apt/apt.conf.d/01proxy`. Valid options: a string containing a hostname. Default: undef. - * 'port': Specifies a proxy port to be stored in `/etc/apt/apt.conf.d/01proxy`. Valid options: a string containing a port number. Default: '8080'. + * 'port': Specifies a proxy port to be stored in `/etc/apt/apt.conf.d/01proxy`. Valid options: an integer containing a port number. Default: 8080. * 'https': Specifies whether to enable https proxies. Valid options: 'true' and 'false'. Default: 'false'.