From: Silvio Rhatto Date: Mon, 26 Dec 2011 16:05:03 +0000 (-0200) Subject: Fixing database name X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=a005628dbfd2d3e30115b03d3c7e08e354496880;p=puppet-etherpad.git Fixing database name --- diff --git a/manifests/init.pp b/manifests/init.pp index 20fd7d5..a467472 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -74,7 +74,7 @@ class etherpad { hasrestart => true, hasstatus => true, require => [ File['/etc/init.d/etherpad-lite', '/var/lib/etherpad-lite/settings.json'], - Mysql_database['etherpad-lite'], Mysql_user['etherpad-lite'], - Mysql_grant['etherpad-lite'], Package['npm'] ], + Mysql_database['etherpad'], Mysql_user['etherpad'], + Mysql_grant['etherpad'], Package['npm'] ], } }