]> gitweb.fluxo.info Git - puppet-etherpad.git/commitdiff
Fixing database name
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 26 Dec 2011 16:05:03 +0000 (14:05 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 26 Dec 2011 16:05:03 +0000 (14:05 -0200)
manifests/init.pp

index 20fd7d507c35a51a1b24ed6f0d363b375bbb89a6..a467472fd48a066cc1ce022e2b98046379aae123 100644 (file)
@@ -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'] ],
   }
 }