You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 8, 2023. It is now read-only.
first, thank for all your work. This module help me a lot on my work.
I want to ask, If it is possible to replace augeas shellvar function with stdlib's file_line.
Currently, the augeasproviders_core and augeasproviders_shellvar modules are not very active and augeasproviders_core do not have offical puppet4 support.
Also puppetlabs inifile module would be an option, too.
What did you think about this?
The text was updated successfully, but these errors were encountered:
To use file_line we have first to bump the stdlib version of this module. At the moment its 3.2.0. And it should at least be 4.4.0 (better 4.8.0), because of bugfixes in file_line function for older ruby and puppet. But that should be possible.
Also we need to bump supported puppet version. At the moment we "support" 2.7+ . That should be changed to 3.0 (better >3.3)
Do you want to provide a patch? If so read DEVELOP.md
Hi!
first, thank for all your work. This module help me a lot on my work.
I want to ask, If it is possible to replace augeas shellvar function with stdlib's file_line.
Currently, the augeasproviders_core and augeasproviders_shellvar modules are not very active and augeasproviders_core do not have offical puppet4 support.
Also puppetlabs inifile module would be an option, too.
What did you think about this?
The text was updated successfully, but these errors were encountered: