Merge "Fix reference to non-existing dns::params::owner"
This commit is contained in:
commit
c7bf0520db
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user