rlex / puppet-dnsmasq

Advanced Dnsmasq management module for puppet CFM
http://forge.puppetlabs.com/lex/dnsmasq
13 stars 47 forks source link

remove resolv_file boolean type checking #39

Closed velocity303 closed 9 years ago

velocity303 commented 9 years ago

As the value resolv_file can sometimes be passed a non-boolean type, there should not be type validation ensuring that it is a boolean. This breaks the ability to utilize when setting a path to '/etc/resolv.conf' as the example states in the README.

rlex commented 9 years ago

Checked docs. Yep. Thanks for PR.