Merge "Ensure rsyslog package present"
This commit is contained in:
commit
cf532e1050
@ -68,6 +68,10 @@ class openstack_project::template (
|
|||||||
ensure => present,
|
ensure => present,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
package { 'rsyslog':
|
||||||
|
ensure => present,
|
||||||
|
}
|
||||||
|
|
||||||
if ($enable_unbound) {
|
if ($enable_unbound) {
|
||||||
class { 'unbound':
|
class { 'unbound':
|
||||||
install_resolv_conf => $install_resolv_conf
|
install_resolv_conf => $install_resolv_conf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user