Forge Home

webalizer

Configures webalizer

9,357 downloads

7,933 latest version

4.5 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.0.0 (latest)
  • 0.2.1
  • 0.1.1
released May 7th 2015
This version is compatible with:
  • , , ,

Start using this module

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

Add this module to your Puppetfile:

mod 'CERNOps-webalizer', '1.0.0'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add CERNOps-webalizer
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install CERNOps-webalizer --version 1.0.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
Tags: webalizer

Documentation

CERNOps/webalizer — version 1.0.0 May 7th 2015

Puppet Forge Build Status #webalizer

Overview

  1. Installs webalizer package.
  2. Configures /etc/webalizer.conf.
  3. Overrights thecron job file provided by the package.
  4. Optionally creates apache configuration to serve webalizer's output.

This has only been tested on rhel/fedora type systems, it contains a guess at Debian which may or may not work.

Examples

Set up webalizer on an alternative logfile, allow access from all to the apache served ouput

class{'webalizer':
    logfile => "/var/log/httpd/my_access.log",
    allow   => 'from all',
    puppet_apache => true,
}

Params

See webalizer::init and webalizer::params for confguration that can passed to webalizer::init.

License

Apache 2.0

Contact

Steve Traylen steve.traylen@cern.ch

Support

Please log tickets and issues at http://github.com/cernops/puppet-webalizer