commit d0bbdbd2011b4941150d3aff00306e7b7cc15b02
Merge: 65c7422 e12b55c
Author: Nick Chappell <nick@intronic.org>
Date: Sat Jan 24 20:25:50 2015 -0800
Merge branch '7228' of https://github.com/cropalato/puppet-icinga2 into cropalato-7228
commit e12b55cf8c2ca266572d809a540ce9064e3d97b2
Merge: 58b2cd8 ad3b05d
Author: Ricardo Melo <ricardo.melo@gameloft.com>
Date: Mon Jan 12 11:42:58 2015 -0500
Merge branch '7228' of https://github.com/cropalato/puppet-icinga2 into 7228
commit 58b2cd8f2dc4a06b1450bb246c83d484b29903b9
Author: ricardo@cropalato.com.br <ricardo@cropalato.com.br>
Date: Tue Nov 25 18:22:51 2014 -0500
Added enable_ha parameter.
* fixed default parameter value
Fix the exec resource commands so they use the new commands in 2.2 to enable/disable features instead of the old ones from 2.1 and before.
refs#7714 : https://dev.icinga.org/issues/7714
Fixed a bug where features were not actually being enabled/disabled because the order of the words in the subcommands was wrong.
refs#7916 : https://dev.icinga.org/issues/7916
Added refresh_icinga2_service parameters to each of the object defined types so that they can be used by themselves if the module isn't being used to also manage the Icinga 2 service.
refs# 7856 : https://dev.icinga.org/issues/7856
CHANGELOG update for https://dev.icinga.org/issues/7856
refs #7856 : https://dev.icinga.org/issues/7856
Added a README note about the refresh_icinga2_service parameter.
refs#7856 : https://dev.icinga.org/issues/7856
CHANGELOG release version date.
Added refresh_icinga2_service parameters to each of the object defined types so that they can be used by themselves if the module isn't being used to also manage the Icinga 2 service.
refs# 7856 : https://dev.icinga.org/issues/7856
CHANGELOG update for https://dev.icinga.org/issues/7856
refs #7856 : https://dev.icinga.org/issues/7856
Added a README note about the refresh_icinga2_service parameter.
refs#7856 : https://dev.icinga.org/issues/7856
CHANGELOG release version date.
Update object_host.conf.erb
Added routine for cases where the value of a vars variable is a hash.
Merged from: https://github.com/Icinga/puppet-icinga2/pull/58
refs#8156: https://dev.icinga.org/issues/8156
Changelog update.
refs#8156: https://dev.icinga.org/issues/8156
Removed an extra .each line.
Adding EndPoint Object. #7232
Merged from: https://github.com/Icinga/puppet-icinga2/pull/63
refs#7232: https://dev.icinga.org/issues/7232
* fixed typo
Merged from: https://github.com/Icinga/puppet-icinga2/pull/63
refs#7232: https://dev.icinga.org/issues/7232
* fixed typo
Merged from: https://github.com/Icinga/puppet-icinga2/pull/63
refs#7232: https://dev.icinga.org/issues/7232
* fixed default parameter value
Merged from: https://github.com/Icinga/puppet-icinga2/pull/63
refs#7232: https://dev.icinga.org/issues/7232
Fixed a typo in the ERB template for the Endpoint object. 'Endpoint' should only have a capital E, not a capital P.
Fixed typo in file path.
Changelog update.
Adding IcingaStatusWriter object. #7230
* fixed typo
Changelog update.
Adding FileLogger object. #7229.
* fixed default parameter value
Changelog update.
typo.
updating validation of interval to allow resending of alerts to be disabled
Merged from: https://github.com/Icinga/puppet-icinga2/pull/70
refs#8153: https://dev.icinga.org/issues/8153
fixing typo in interval name in templates
Merged from: https://github.com/Icinga/puppet-icinga2/pull/70
refs#8153: https://dev.icinga.org/issues/8153
Adding IcingaStatusWriter object. #7230
* fixed typo
Changelog update.
Adding FileLogger object. #7229.
* fixed default parameter value
typo.
Changelog update.
Adding support for RedHat
Changelog update.
Updated metadata.json to reflect that Red Hat is supported.
Updated the version number in metadata.json to reflect the current version.
Typo.
Added a Gemfile that has gems listed for basic Puppet unit tests.
Added a .gitignore rule.
Added a Rake file with a unit_tests task that runs the lint task.
Added some config options for puppet-lint.
Added an ApiListener object defined type.
refs#7231 : https://dev.icinga.org/issues/7231
Changelog update.
Fixed typo in README.md
Add a target_file_ensure parameter to the ApiListener object defined type.
Added a full variable scope.
Fix C/C++ style comments so they use # instead.
Use 2 spaces instead of a tab character.
Removed a trailing space.
Removed trailing whitespace.
Fixed whitespace alignment in the icinga2::server::config class.
Fixed whitespace alignment in the icinga2::server::install class.
Disable puppet-lint variable scope checks.
Disable puppet-lint class autoloader layout checks.
Fixing target_dir defult value.
commit ad3b05dd39bba6b5f82211cccbb0aca209bd777e
Author: Ricardo Melo <ricardo.melo@gameloft.com>
Date: Mon Jan 12 11:25:57 2015 -0500
Fixing target_dir defult value.
commit 0cdb176f6920dde33b91207ac3ecb0457de7fb08
Merge: 88b3fb1 f238155
Author: Ricardo Melo <ricardo.melo@gameloft.com>
Date: Mon Jan 12 11:19:57 2015 -0500
Merge remote-tracking branch 'upstream/develop' into 7228
commit 88b3fb1e3ed4d5d7a2c98b0e43e10ee4e1dbc1b2
Author: Ricardo Melo <ricardo.melo@gameloft.com>
Date: Tue Dec 2 15:14:21 2014 -0500
* fixed default parameter value
commit d369b81f8472c5931b8a073cc26518bf1ecb84a4
Author: ricardo@cropalato.com.br <ricardo@cropalato.com.br>
Date: Tue Nov 25 18:22:51 2014 -0500
Added enable_ha parameter.
commit 6bf34cb4af2322020c7553016af17b84effd6dc3
Author: ricardo@cropalato.com.br <ricardo@cropalato.com.br>
Date: Tue Nov 25 18:07:52 2014 -0500
Adding NotificationComponent Object. #7228.