database: remove apt require

This commit is contained in:
Sebastien Badia 2013-12-30 15:26:37 +01:00
parent b5fdace2b9
commit 94626182a0
2 changed files with 1 additions and 2 deletions

View File

@ -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'],
} }

View File

@ -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,