auth0/puppet-dnsmasq

Name: puppet-dnsmasq

Owner: Auth0

Description: Manage dnsmasq with puppet

Created: 2015-10-28 13:52:42.0

Updated: 2016-11-29 14:00:53.0

Pushed: 2016-11-29 14:00:52.0

Homepage:

Size: 41

Language: HTML

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

puppet-dnsmasq

Manage dnsmasq via Puppet

How to use
dnsmasq::conf { 'local-dns':
    ensure => present,
    source => 'puppet:///files/dnsmasq/local-dns',
}

or

dnsmasq::conf { 'another-config':
    ensure  => present,
    content => 'dhcp-range=192.168.0.50,192.168.0.150,12h',
}

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.