voxpupuli / puppet-rundeck

Module for managing the installatation and configuration of the rundeck orchestration tool
https://forge.puppet.com/puppet/rundeck
MIT License
39 stars 130 forks source link

Inisettings resolve deprecation: use namespaced `create_ini_settings` function #497

Closed atsonkov closed 1 year ago

atsonkov commented 1 year ago

Pull Request (PR) description

Change the (now deprecated) create_ini_settings function to its namespaced alternative inifile::create_ini_settings and increase the minimal supported version of inifile dependency, to the first version where inifile::create_ini_settings was introduced.

This Pull Request (PR) fixes the following issues

Fixes #496