This repository has been archived by the owner on Dec 2, 2020. It is now read-only.
Releases: boxen/puppet-dnsmasq
Releases · boxen/puppet-dnsmasq
Puppet 4 and Hiera 5 compatibility
Updates the puppet-dnsmasq
module to support Puppet 4 and Hiera 5.
This is a breaking change and will not work on older installations.
Fix service label to remain consistent for `dev`
- Fix wrong service label (#26)
Fix regression when using TLD other than `.dev`
- Fix inconsistent service name and allow restarting of the service when not using
.dev
(#24)
Update string replacement for file path
- Update string replacement for file path (#22)
Allow configuration of TLD
- Allow the use of a custom TLD outside of
.dev
(#17)
Update to dnsmasq 2.76
- Updates to dnsmasq 2.76 (#21)
Bugfix: service name with different TLD
Hiera-configurable TLD
Huge thanks to @tmcinerney for all of his work in #12, this module is now configurable with hiera. Importantly, you can change the default TLD for your projects from .dev
to anything you want. Since .dev
is becoming a real, globally-recognized TLD, the advice is to move away from it when and if you're ready.
Upstream dnsmasq 2.71, including Yosemite support
Thanks to @zsprackett for #11!
1.0.1: Merge pull request #8 from razic/coerce-to-float-before-comparison
comparison of Float with String failed