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

Logfilepath throws errors #8

Open
benohara opened this issue May 15, 2021 · 0 comments
Open

Logfilepath throws errors #8

benohara opened this issue May 15, 2021 · 0 comments

Comments

@benohara
Copy link

In data/common.yaml active_directory::dns_server::logfilepath is set to '%systemroot%/system32/DNS/Dns.log'

When puppet runs, the dns server logs an error that it cant write to c:\windows%systemroot%\system32\DNS\Dns.log (with the literal %systemroot% in the error.

It doesnt appear to change the setting in the dnsserver itself, thats stays set to '%systemroot%/system32/DNS/Dns.log'

If I change active_directory::dns_server::logfilepath to "$facts['system32']/DNS/Dns.log" then puppet applies without the error, the setting in dnsserver is updated to c:\windows\system32\dns\dns.log

Not sure why or what is causing the error.

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

1 participant