Forge Home

polipo

Install and configure polipo caching web proxy.

10,961 downloads

10,028 latest version

2.9 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 1.1.0 (latest)
  • 1.0.3
  • 1.0.2
  • 1.0.1
  • 1.0.0
released Aug 30th 2013

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'nvpuppet-polipo', '1.1.0'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add nvpuppet-polipo
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install nvpuppet-polipo --version 1.1.0

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

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