summaryrefslogtreecommitdiff
path: root/manifests/apache.pp
AgeCommit message (Collapse)Author
2016-03-09Added $storeconfigs parametervarac
With this you can disable collection of exported resources. On masterless setups, this module would otherwise complain.
2015-10-25Merge remote-tracking branch 'shared/master'mh
2015-10-02files managed for apache on debian break usage through main classGabriel Filion
Currently the nagios::apache class manages some files for debian. This means that when using the main class for setting up nagios with apache (which is the default!) lacks those files and the setup doesn't work. Split out management of those files into another class to avoid making the code in the main class too encumbered and make the main class include that (instead of nagios::apache). nagios::apache will include the main class anyway. Adjust README file so that all cases of http management are done through the "nagios" class.
2014-02-20Fix source URL for apache configJerome Charaoui
2012-06-14take hiera out of the paramsmh
2012-06-08refactor things for >2.7mh
2012-06-05new style for 2.7mh
2012-02-01Fully qualify facter variables to suppress warningsChristian G. Warden
2011-02-06Merge remote branch 'leluitn/apache_conf_fix'mh
2010-12-14Make nagios::apache manage the apache config.Gabriel Filion
Currently, the nagios module purges all files under the Nagios configuration directory. This has the unwanted effect of removing files that are added by default by the .deb packages, thus making the Nagios interface non functional under apache. To fix the situation, make nagios::apache under Debian manage the apache config file and link to it in apache's conf.d directory, in the same manner as the Debian packages do. Signed-off-by: Gabriel Filion <lelutin@gmail.com>
2010-04-09proper apache bootstrapAntoine Beaupre
2009-12-01Add support for Debian; split up package defaults and create new ↵Jerome Charaoui
nagios::default resource; add support for lighttpd and headless httpd configurations; move common commands definitions into nagios::commands