From eda2d887ed918fcde9506a04c41a3a2bc437d157 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Fri, 5 Apr 2019 14:09:32 +0200 Subject: generate REFERENCE.md --- REFERENCE.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/REFERENCE.md b/REFERENCE.md index 983ee46..0de43bc 100644 --- a/REFERENCE.md +++ b/REFERENCE.md @@ -61,6 +61,14 @@ Disable/Enable the management of the ferm default config Default value: false Allowed values: (true|false) +##### `manage_initfile` + +Data type: `Boolean` + +Disable/Enable the management of the ferm init script for RedHat-based OS +Default value: false +Allowed values: (true|false) + ##### `configfile` Data type: `Stdlib::Absolutepath` -- cgit v1.2.3 From 4d19c983e77a32d1fd15ebab3a8c3e67b08057e0 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Fri, 5 Apr 2019 14:15:20 +0200 Subject: release 2.2.0 --- CHANGELOG.md | 8 ++++++++ metadata.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 354d694..1ce67d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. Each new release typically also includes the latest modulesync defaults. These should not affect the functionality of the module. +## [v2.2.0](https://github.com/voxpupuli/puppet-ferm/tree/v2.2.0) (2019-04-05) + +[Full Changelog](https://github.com/voxpupuli/puppet-ferm/compare/v2.1.0...v2.2.0) + +**Implemented enhancements:** + +- Add RedHat init script [\#43](https://github.com/voxpupuli/puppet-ferm/pull/43) ([kBite](https://github.com/kBite)) + ## [v2.1.0](https://github.com/voxpupuli/puppet-ferm/tree/v2.1.0) (2019-03-14) [Full Changelog](https://github.com/voxpupuli/puppet-ferm/compare/v2.0.0...v2.1.0) diff --git a/metadata.json b/metadata.json index 057121f..4227282 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-ferm", - "version": "2.1.1-rc0", + "version": "2.2.0", "author": "Vox Pupuli", "summary": "deploy and manage ferm", "license": "AGPL-3.0", -- cgit v1.2.3