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

working_dir not expanding in template #203

Closed
lancherider opened this issue Feb 15, 2017 · 0 comments
Closed

working_dir not expanding in template #203

lancherider opened this issue Feb 15, 2017 · 0 comments

Comments

@lancherider
Copy link

In the named.conf.options.erb template, the working_dir variable is not expanding. So, this line:

file "<%= @working_dir %>/named_querylog"

ends up looking like this in /etc/named/named.conf.options:

file "/named_querylog"

Interestingly, using @data_dir performs the substitution just fine, and of course, explicitly setting the path works too.

solarkennedy added a commit that referenced this issue Mar 6, 2017
…-options

Add `working_dir` parameter to `dns::server::options`
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

No branches or pull requests

2 participants