Merge "Fix reference to non-existing dns::params::owner"

This commit is contained in:
Zuul 2022-08-15 18:59:35 +00:00 committed by Gerrit Code Review
commit c7bf0520db
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ class openstack_integration::bind {
# Contribute this in upstream ::dns ?
file { '/etc/rndc.conf':
ensure => present,
owner => $::dns::params::owner,
owner => $::dns::params::user,
group => $::dns::params::group,
content => template("${module_name}/rndc.conf.erb"),
require => Package[$dns::params::dns_server_package]