Merge "Move unbound to openstack_project::server"
This commit is contained in:
commit
88629e814b
@ -74,6 +74,16 @@ class openstack_project::server (
|
||||
}
|
||||
}
|
||||
|
||||
###########################################################
|
||||
# Process if ( $high_level_directive ) blocks
|
||||
|
||||
if ($enable_unbound) {
|
||||
class { 'unbound':
|
||||
install_resolv_conf => $install_resolv_conf
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
class { 'openstack_project::template':
|
||||
iptables_public_tcp_ports => $iptables_public_tcp_ports,
|
||||
iptables_public_udp_ports => $iptables_public_udp_ports,
|
||||
@ -83,7 +93,6 @@ class openstack_project::server (
|
||||
pin_puppet => $pin_puppet,
|
||||
ca_server => $ca_server,
|
||||
puppetmaster_server => $puppetmaster_server,
|
||||
enable_unbound => $enable_unbound,
|
||||
afs => $afs,
|
||||
afs_cache_size => $afs_cache_size,
|
||||
manage_exim => $manage_exim,
|
||||
|
@ -14,7 +14,6 @@ class openstack_project::single_use_slave (
|
||||
$thin = true,
|
||||
$automatic_upgrades = false,
|
||||
$all_mysql_privs = false,
|
||||
$enable_unbound = true,
|
||||
$ssh_key = $openstack_project::jenkins_ssh_key,
|
||||
$jenkins_gitfullname = 'OpenStack Jenkins',
|
||||
$jenkins_gitemail = 'jenkins@openstack.org',
|
||||
@ -25,7 +24,6 @@ class openstack_project::single_use_slave (
|
||||
automatic_upgrades => $automatic_upgrades,
|
||||
install_users => $install_users,
|
||||
install_resolv_conf => $install_resolv_conf,
|
||||
enable_unbound => $enable_unbound,
|
||||
permit_root_login => 'yes',
|
||||
iptables_rules4 =>
|
||||
[
|
||||
|
@ -13,7 +13,6 @@ class openstack_project::template (
|
||||
$automatic_upgrades = true,
|
||||
$certname = $::fqdn,
|
||||
$ca_server = undef,
|
||||
$enable_unbound = true,
|
||||
$afs = false,
|
||||
$afs_cache_size = 500000,
|
||||
$puppetmaster_server = 'puppetmaster.openstack.org',
|
||||
@ -95,12 +94,6 @@ class openstack_project::template (
|
||||
install_users => $install_users
|
||||
}
|
||||
|
||||
if ($enable_unbound) {
|
||||
class { 'unbound':
|
||||
install_resolv_conf => $install_resolv_conf
|
||||
}
|
||||
}
|
||||
|
||||
package { 'rsyslog':
|
||||
ensure => present,
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user