Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-28 | config/cc_resolv_conf: run PER_INSTANCE rather than PER_ONCE | Scott Moser | |
Quick chat with ctracy indicated that this is just as well run PER_INSTANCE, and it is more consistent with other things that way. | |||
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. |