Skip to content
This repository has been archived by the owner on Apr 4, 2018. It is now read-only.

alphagov/puppet-dnsmasq

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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',
    }

About

Manage dnsmasq with puppet

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Puppet 87.6%
  • Ruby 12.4%