-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
named.conf not including options #101
Comments
I think we (by default) leave /etc/named.conf alone, I think most distros include more from there? |
Centos 6 - it does not include /etc/named/ by default. Is there a way I can force your module to purge that file, or do I need to modify it myself (started) and submit a PR? |
But no, currently the module does not manage that file. If you think this module should manage that file, then PR please. But per params.pp: It looks like on RedHat distros we do manage it? |
I saw the entry in params.pp, but it was most certainly leaving the main conf file alone. Its not just me having a special moment (which did happen only yesterday), one of my colleagues has confirmed it. I've got everything working in our environment, I'm just cleaning it all up make it acceptable for a PR. Edit: more specifically, it was controling the file, but there was no entry for contents of that file. I have not checked on Debian, but on RHEL it does not include anything in the |
The dns::server::config module references the config file:
Unfortunately, because of this, it also means we can't fix the real |
Has this been fixed yet. looks like named.conf.options doesn't get created when used on RH based systems (RH, Centos, Fedora, ScientificLinux). |
I believe this is fixed thanks to #102 puppet-dns/templates/named.conf.erb Line 4 in 6f649f6
|
Bind is loading the options in
/etc/named.conf
with no problems. However, it is only listening on localhost:53 (for example) as defined in that file.The module creates
/etc/named/named.conf.local
and/etc/named/named.conf.options
, but from what I can see this is not included in /etc/named.conf (which does not appear to be touched by the module).Net result: nothing happens other than Binding as a caching nameserver accessible to localhost.
The text was updated successfully, but these errors were encountered: