From a6bbb4c2cda952024e79a23b6a880164678649c4 Mon Sep 17 00:00:00 2001 From: Nate Riffe Date: Mon, 3 Sep 2012 14:28:30 -0500 Subject: [PATCH] Add missing platform parameters --- manifests/params.pp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manifests/params.pp b/manifests/params.pp index 19dd561..92e5e92 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -4,6 +4,9 @@ class bind::params { 'Debian': { $bind_package = 'bind9' $bind_service = 'bind9' + $bind_confdir = '/etc/bind' + $bind_user = 'bind' + $bind_group = 'bind' } default: { fail("Operating system is not supported ${::osfamily}")