boxen / puppet-dnsmasq

Install the dnsmasq DNS forwarder.
http://boxen.github.com
MIT License
9 stars 29 forks source link

Incorrect usage of ${tld} #13

Closed alexmace closed 7 years ago

alexmace commented 9 years ago

Unless I am using this wrong, if you configure dnsmasq to use something other than .dev, it fails to find the template file because obviously the template file isn't going to change it's name based on the tld specified.

This change will allow it to find the template file, and because the template file appears to have placeholders in it for correctly setting the tld, and it will be named correctly, I believe this should fix the issue.

darthsteven commented 9 years ago

Yeah, seems like the work to allow changing the tld was only really half done? I'm not sure how I'm supposed to be able to specify the template.

jacobbednarz commented 7 years ago

This has been superseded by the work done in #17. Please let me know if anything has been missed.