|
|
|
|
|
by chousuke
1688 days ago
|
|
Of course; no tool is perfect. But in the general case, they're good enough, and they do help. For example, I manage nodes with Puppet, and Puppet can and will "clean" things like sudoers.d, yum.repos.d, nginx.conf.d etc. of files that it does not manage. I don't do this for every possible directory because so far configuration drift in those has not been a problem and generally whatever comes from the packages by default functions fine and crucially, the system can be rebuilt from scratch using the configuration that is managed, so the important bits are there. I will simply start managing more directories as needed. |
|