From a005628dbfd2d3e30115b03d3c7e08e354496880 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 26 Dec 2011 14:05:03 -0200 Subject: Fixing database name --- manifests/init.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'] ], } } -- cgit v1.2.3