diff --git a/manifests/server/conf.pp b/manifests/server/conf.pp index 14fcbc1fc..655e515a1 100644 --- a/manifests/server/conf.pp +++ b/manifests/server/conf.pp @@ -118,12 +118,17 @@ $keys = {}, $includes = [], $views = {}, + $binduser = $::bind::params::binduser, + $bindgroup = $::bind::params::bindgroup, ) { # Everything is inside a single template file { $title: notify => Class['::bind::service'], content => template('bind/named.conf.erb'), + owner => $binduser, + group => $bindgroup, + mode => '0644', } }