Version information
released Aug 30th 2013
Start using this module
Add this module to your Puppetfile:
mod 'nvpuppet-polipo', '1.1.0'
Learn more about managing modules with a PuppetfileDocumentation
nvpuppet/polipo — version 1.1.0 Aug 30th 2013
puppet-polipo
Install and configure polipo caching web proxy.
Currently only supports ::osfamily Debian.
Usage
class polipo(
$proxyAddress = undef,
$allowedClients = undef,
$proxyname = undef,
$chunkHighMark = 819200,
$objectHighMark = 128,
$diskCacheRoot = undef,
$maxDiskCacheEntrySize = undef,
$forbiddenURLs = undef,
$options = ['any'],
$p_loglevel = undef,
) {
where:
proxyAddress => '::0',
allowedClients => '127.0.0.1, 172.16.0.0/24',
Bug reports
Please file bug reports to Issues on GitHub.
Contact
Nathan R Valentine nathan@puppetlabs.com | nrvale0@gmail.com
Dependencies
- puppetlabs/stdlib (4.1.0)