puppet-bind/Modulefile
Nate Riffe 7ec92d395c Fixes a problem with the split of dig's output
Split at whitespace rather than tabs, since dig is "smart" about formatting.
The bug was causing superfluous updates.
2014-01-20 16:25:16 -06:00

11 lines
316 B
Puppet

name 'inkblot/bind'
version '2.0.1'
source 'git://github.com/inkblot/puppet-bind'
author 'inkblot'
license 'Apache 2.0'
summary 'BIND name server'
description 'A Puppet module to deploy and manage the ISC BIND server'
project_page 'https://github.com/inkblot/puppet-bind'
dependency 'puppetlabs/concat', '>= 1.0.0'