Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-17 | Fixing missing argument to get_cfg_option_bool | Craig Tracey | |
Forgot to pass cfg to this function, and thus this would have never worked. | |||
2013-01-17 | Adding a resolv.conf configuration module (LP: #1100434) | Craig Tracey | |
Managing resolv.conf can be quite handy when running in an environment where you would like to control DNS resolution, despite being provided DNS server information by DHCP. This module will allow one to define the structure of their resolv.conf and write it PER_ONCE. Right now this makes the most sense on RedHat, and therefore, has defined 'distros' as such. |