peterwardle / puppet-dnsmasq

Install the dnsmasq DNS forwarder.

Home Page:http://boxen.github.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dnsmasq Puppet Module for Boxen

Build Status

Install the Dnsmasq local resolver. After this module is included the .dev domain will consistently resolve to 127.0.0.1.

Usage

include dnsmasq

Using a domain other than .dev

If you wish to use something other than .dev you can set call your class with the following:

class { 'dnsmasq': tld => 'docker' }

Required Puppet Modules

  • boxen
  • homebrew

Development

Write code. Run script/cibuild to test it. Check the script directory for other useful tools.

About

Install the dnsmasq DNS forwarder.

http://boxen.github.com

License:MIT License


Languages

Language:Ruby 70.9%Language:Puppet 14.7%Language:HTML 10.3%Language:Shell 4.1%