summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-12-26 14:05:03 -0200
committerSilvio Rhatto <rhatto@riseup.net>2011-12-26 14:05:03 -0200
commita005628dbfd2d3e30115b03d3c7e08e354496880 (patch)
treedf989b55df9c2bb672f415ad7c26b450463ce4ac
parent7326026f96bfef0268db06dceefe98b391cfe7a0 (diff)
downloadpuppet-etherpad-a005628dbfd2d3e30115b03d3c7e08e354496880.tar.gz
puppet-etherpad-a005628dbfd2d3e30115b03d3c7e08e354496880.tar.bz2
Fixing database name
-rw-r--r--manifests/init.pp4
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'] ],
}
}