Merge pull request #176 from jovandeginste/fix-ranges
Use an ip range instead of looping
(#250) Replace newer ruby %i syntax with older supported syntax
Ruby <2.0 and jruby <9k don't support %i syntax. This commit changes the %i syntax to the older equivalent.
Merge pull request #251 from typerlc/issue250_remove_new_syntax
(#250) Replace newer ruby %i syntax with older supported syntax
Merge pull request #177 from kuleuven/enhancement/add-default-ensure
Add default ensure to present
check for running firewalld in custom_service::reload
firewall-cmd --reload won't work if the service is stopped. The exec-resource firewalld::reload has an "onlyif" statement, in firewalld::custom_service::reload-${name} it is missing, so I added it.Added a firewalld_version fact to support features that are dependent on the version of firewalld that is installed. Closes #254
Merge pull request #255 from trevor-vaughan/firewalld_version-fact
Add firewalld_version fact
Revert "Fix RuboCop Style/SymbolArray"
This reverts commit e9e9080.
Merge pull request #257 from alexjfisher/modulesync
Modulesync 2.11.0
* Added OEL to the metadata.json * Added a very basic acceptance test to test the main components of the module. This should be expanded into multi-node tests later. * Added a REFERENCE.md * Updated the README.md to point to the REFERENCE.md and added instructions on how to run the acceptance test. Closes #246
Merge pull request #247 from trevor-vaughan/add-el8-support
Add support for EL8
Merge pull request #253 from domfi/check-firewalld-state-on-custom_se…
…rvicereload check for running firewalld in custom_service::reload
Updates to work with firewalld_version fact
* Added support for firewalld_version fact * Updated spec tests * Aligned parameters in init.pp * Rubocop fixes are in the EL8 PR
Merge pull request #252 from florianfa/master
#235 Backend Firewall