nrvale0-polipo

Install and configure Polipo caching proxy.


Keywords
debian, proxy, ubuntu, caching, polipo
License
Apache-2.0
Install
puppet module install nrvale0-polipo --version 1.1.2

Documentation

puppet-polipo

Install and configure polipo caching web proxy.

Currently only supports ::osfamily Debian.

Note that this module was previously named nvpuppet/polipo.

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