diff options
-rw-r--r-- | manifests/init.pp | 4 |
1 files 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'] ], } } |