Adam Bolte
Adam Bolte
Hmm... if using this for shell scripts, I would have thought a good regex with file.replace would be more reliable honestly, but I'd be interested to read about any problematic...
> A real life `my.cnf` example: But `my.cnf` *does* accept whitespace around the = separator. :smiley: ``` $ grep -v -e '^#.*$' -e '^$' /etc/mysql/my.cnf !includedir /etc/mysql/conf.d/ !includedir /etc/mysql/mysql.conf.d/ $...
The way I see it, applications will either support the usual ini format that permits whitespace around the option separator, or people are abusing the module to make it work...
Thanks - when I searched my system for .ini files earlier, I forgot that many .conf files are basically also .ini files, such as those used by systemd (which also...
Given https://github.com/saltstack/salt/pull/65971, is this module going to live somewhere else in SaltStack GitHub account, or is it gone for good?
Thanks @jheiselman for that explanation. That's good to know. If the intention is to simply relocate everything, I'm surprised that they haven't updated the project's README.rst at the same time...