From 7606a2092bedbe6f28b4e2621dfb12ce2a2804db Mon Sep 17 00:00:00 2001 From: Nate Riffe Date: Fri, 27 Jun 2014 14:45:35 -0500 Subject: [PATCH] Release version 2.1.0 * Support updates from nodes that don't run bind (closes #2) * Fix rndc once and for all * Some minor style fixes --- Modulefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modulefile b/Modulefile index 35d20be..0173c1c 100644 --- a/Modulefile +++ b/Modulefile @@ -1,5 +1,5 @@ name 'inkblot/bind' -version '2.0.4' +version '2.1.0' source 'git://github.com/inkblot/puppet-bind' author 'inkblot' license 'Apache 2.0'