Fix nsca alternate_dump_file and group on RedHat
Fix path for the nagios-reload command.
Fix path for the nagios-restart command.
Remove "ensure" for concat::fragment
to match with the new version of the concat module.
EPEL has messed their packaging so it pushes /etc/httpd/conf.d/nagios.conf everywhere now...
This breaks httpd if mod_version is not loaded. And if you use puppetlabs/apache this is fatal.
EPEL has now nagios 4.3 so change the values for pid file on rhel6.
Fix read-write dir creation
Remove dependency on apache_c2c Use standard paths for command_file
Move lock_file definition to params.pp
Add rw dir in /var/log/nagios for nagios 4
Fix convergence on Debian 6
Fix convergence on RedHat 7
Fix convergence on RedHat 7
Stop managing files created by nagios
Use docker for acceptance tests
Also collect nagios::host on nrpe server Fix bug in remote host Fix typo in nsca host definition
Export nagios::host instead of nagios_host
Realize file exported resources locally, too
Use only one nagios_host resource and realize it locally
Rename active nagios_host resources to avoid alias conflict when using Puppet 4
Use namevar instead of alias for Package[nagios] on Debian to fix Puppet 4 support.
Remove nagios_alias from local resource
Forgot to remove file context for RHEL7 too
Remove SELinux type for a directory, already managed by RHEL policy.
Fix a scope issue with generic-command template
Fix strict_variables activation with rspec-puppet 2.2
Add beaker_spec_helper to Gemfile
Use random application order in nodeset
add utopic & vivid nodesets
Don't allow failure on Puppet 4
Add puppet-lint-file_source_rights-check gem
Don't pin beaker
Add nodeset ubuntu-12.04-x86_64-openstack
- Fetch fixtures from puppet forge
- Use file() function instead of fileserver (way faster)
- Confine rspec pinning to ruby 1.8
- Various fixes
- Initial Forge release