This release adds the support for Debian 10/Buster and for CentOS 8 and the ability to use special characters in httpd_password
parameter.
It fixes logging limitations and Amazon Linux compatibility.
It uses a Docker Compose file to use PDK 1.8.1.
BREAKING CHANGES This release remove the support for Puppet 3.
- Added the support for Debian 10/Buster
- Added the support for CentOS 8
- Added ability to use special characters in
httpd_password
parameter
- Fixed logging limitations
- Fixed Amazon Linux compatibility
- Added a Docker Compose file to use PDK
This release fixes the support for Amazon Linux 2 and uses PDK 1.7.1.
- Fixed the support for Amazon Linux 2
This release adds httpd_allow
configuration and support for MMonit HTTPs addresses and uses PDK 1.7.0.
BREAKING CHANGES The MMonit address is now by default with HTTPs with the port 8443 (8080 previously).
- Add
httpd_allow
configuration - Add support for MMonit HTTPs addresses
This release adds support to Amazon Linux 2 and uses PDK 1.6.1.
- Added support to Amazon Linux 2
This release adds support to Ubuntu Bionic and uses PDK 1.5.0.
- Added support to Ubuntu Bionic
This release adds support to Debian Stretch and uses PDK 1.3.2.
- Added support to Debian Stretch
This release benefited from the changes introduced by PDK 1.3 (pdk convert
)
This release adds support to Ubuntu Xenial and improves compatibility with Puppet Server.
- Added support to Ubuntu 16.04.
- Fixed condition that fails with
strict_variables
enabled on the Puppet Server side.
This release fixes typo and a bad URL. It is published with Geppeto.
This release adds support to Debian jessie, OracleLinux and Scientific OSes, as well as a config_dir_purge
parameter and a lot of great test improvements.
- Added support to Debian jessie.
- Added support to OracleLinux and Scientific.
- Added
monit_version
fact. - Added
config_dir_purge
parameter tomonit
class and to the template of configuration file.
- Fixed bad dependencies (puppetlabs/stdlib >= 4.6.0 + add puppetlabs/firewall)
- Amazing enhancement of code coverage (special thanks to Phil Friderici and Garrett Honeycutt)
- Puppet v3 (optionally with future parser) and v4 with Ruby versions 1.8.7 (Puppet v3 only), 1.9.3, 2.0.0 and 2.1.0.
- Improvment of style and additional community style checks
This release updates metadata to support new version of RedHat family OSes, as well as new features and test improvements.
- Added support to RedHat family OSes version 7.
- Added configuration option to set an M/Monit report server in Monit configuration file.
- Added support for start delay parameter.
- Made HTTPd authentication by user and password optional.
- Added future parser in Travis matrix.
- Added acceptance tests.
##2015-06-06 - Release 0.5.0
###Summary
This release adds mail-format
and alert
parameters to the monit configuration file.
####Features
- Add
mailformat
parameter tomonit
class and to the template of configuration file. - Add
alert_emails
parameter tomonit
class and to the template of configuration file.
####Bugfixes
ìdfile
parameter does not exist for Monit 4
##2015-04-02 - Release 0.4.0
###Summary
This release adds logile
and mailserver
parameters to the monit configuration file.
####Features
- Add
logfile
parameter tomonit
class and to the template of configuration file. - Add
mailserver
parameter tomonit
class and to the template of configuration file.
####Bugfixes
- Bad variable use for configuration directory in
monit::check
##2015-04-01 - Release 0.3.0 ###Summary
This release adds support for RedHat family OSes.
##2015-02-22 - Release 0.2.0 ###Summary
This release adds content
parameter to monit::check
.
##2015-02-09 - Release 0.1.4 ###Summary
This release improves the compliance with Debian Squeeze and Ubuntu Lucid.
##2014-12-22 - Release 0.1.3 ###Summary
This release adds tests and improves the compliance with Puppet Guidelines.
##0.1.2
2014-09-18
- Add parameter
ensure
formonit::check
- wild wild@portal - Fix bad validation for package_name for
monit::check
- Florent Poinsaut [email protected]
##0.1.1 2014-09-15 Florent Poinsaut [email protected]
- Typo
2014-09-03 https://github.com/wild-r
- Disable validate_absolute_path on check.pp to allow link like 'puppet://...'
##0.1.0 2014-08-29 Florent Poinsaut [email protected]
- Initial release