database: remove apt require
This commit is contained in:
parent
b5fdace2b9
commit
94626182a0
@ -60,7 +60,6 @@ class privatecloud::database::sql (
|
|||||||
root_password => $mysql_password,
|
root_password => $mysql_password,
|
||||||
},
|
},
|
||||||
service_provider => 'debian',
|
service_provider => 'debian',
|
||||||
require => Apt::Source['mariadb'],
|
|
||||||
notify => Service['xinetd'],
|
notify => Service['xinetd'],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -44,7 +44,7 @@ This node is under the control of Puppet ${::puppetversion}.
|
|||||||
|
|
||||||
# DNS
|
# DNS
|
||||||
$datacenter = 'ci'
|
$datacenter = 'ci'
|
||||||
class{ 'resolver':
|
class { 'resolver':
|
||||||
dcinfo => { ci => $os_params::dns_ips, },
|
dcinfo => { ci => $os_params::dns_ips, },
|
||||||
domainname => $os_params::site_domain,
|
domainname => $os_params::site_domain,
|
||||||
searchpath => $os_params::site_domain,
|
searchpath => $os_params::site_domain,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user