From e575d3a8b7b1e5fb33ac6017d749e9df7527d034 Mon Sep 17 00:00:00 2001 From: Nate Riffe Date: Mon, 3 Sep 2012 14:34:13 -0500 Subject: [PATCH] Consistency is awesome --- manifests/params.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/params.pp b/manifests/params.pp index 92e5e92..7ed6f75 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -4,7 +4,7 @@ class bind::params { 'Debian': { $bind_package = 'bind9' $bind_service = 'bind9' - $bind_confdir = '/etc/bind' + $confdir = '/etc/bind' $bind_user = 'bind' $bind_group = 'bind' }