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,
},
service_provider => 'debian',
require => Apt::Source['mariadb'],
notify => Service['xinetd'],
}