Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-22 | Low hanging Python 3 fruit. | Barry Warsaw | |
2014-08-21 | fix rendering resolv.conf if no 'options' are provided | Scott Moser | |
this makes some changes to the cc_resolv_conf to make its generate_resolv_conf method more easily callable (for future test). Also sets it up so that 'options' is always defined when the template is rendered. LP: #1328953 | |||
2014-03-05 | Switch to jinja & adjust tpls | Joshua Harlow | |
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. |