Skip to content
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

Control named.conf #102

Closed
wants to merge 2 commits into from
Closed

Conversation

chriscowley
Copy link

Added support for controlling the content of /etc/named on RHEL as discussed in issue 101

I have tested this on CentOS 6 and I hope I have not created any regressions.

<% if @osfamily == 'Debian' -%>
directory "/var/cache/bind";
<% else -%>
directory "<%= @data_dir %>";
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we not have a data_dir on non-Debian oses? Can you make it not hard-coded in either case?

@ghost
Copy link

ghost commented May 7, 2015

I submitted a new PR (#112) that fixes the spec file and addresses @solarkennedy's concerns.

@ghost ghost mentioned this pull request May 7, 2015
@solarkennedy
Copy link
Collaborator

Closing in favor of #112

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants