Version information
released May 1st 2014
Start using this module
Add this module to your Puppetfile:
mod 'renanvicente-goaccess', '1.0.1'
Learn more about managing modules with a PuppetfileDocumentation
renanvicente/goaccess — version 1.0.1 May 1st 2014
Puppet module: goaccess
This is a Puppet module for goaccess It provides only package installation and management
Made by Renan Vicente renanvice@gmail.com based on Example42 layouts by Alessandro Franceschi / Lab42
Official site: http://www.renanvicente.com
Official git repository: http://github.com/renanvicente/puppet-goaccess
Released under the terms of Apache 2 License.
USAGE - Basic management
-
Install goaccess with default settings
class { 'goaccess': }
-
Install a specific version of goaccess package
class { 'goaccess': version => '0.7.1', }
-
Remove goaccess resources
class { 'goaccess': absent => true }
-
Module dry-run: Do not make any change on all the resources provided by the module
class { 'goaccess': noops => true }
-
Automatically include a custom subclass
class { 'goaccess': my_class => 'renanvicente::my_goaccess', }
TESTING
Dependencies
- example42/puppi (>= 2.0.0)