Fix for issues with ini file on Ubuntu#42
Fix for issues with ini file on Ubuntu#42loren-osborn wants to merge 2 commits intoexample42:masterfrom
Conversation
This is a first pass work around. I'm new to Puppet and really don't know what I'm doing, so please give feedback about what I missed. -Thanks
|
Well congratulations for the code, but to be honest it looks a bit too much: to manage particular cases it's enough to set a custom value for the config_file path, so I assume that can be enough for the not common cases. |
|
I'm fine with manual configuration parameters, but the real problem I think I was having was that |
|
Ok, now I understand... and yes, I'd prefer an approach based on sane defaults which can be overridden by users. |
|
Does this naive approach sound reasonable for you? |
|
I'm still rather green on Puppet's syntax, and don't really have time to test this now, but it looks good in theory. -Thanks |
…tu_broken Conflicts: manifests/ini.pp
This is a first pass work around. I'm new to Puppet and really don't know what I'm doing, so please give feedback about what I missed. This is really a case of "this [seems to] work for me".
-Thanks
@loren-osborn