diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-12-26 14:05:03 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-12-26 14:05:03 -0200 |
commit | a005628dbfd2d3e30115b03d3c7e08e354496880 (patch) | |
tree | df989b55df9c2bb672f415ad7c26b450463ce4ac /manifests | |
parent | 7326026f96bfef0268db06dceefe98b391cfe7a0 (diff) | |
download | puppet-etherpad-a005628dbfd2d3e30115b03d3c7e08e354496880.tar.gz puppet-etherpad-a005628dbfd2d3e30115b03d3c7e08e354496880.tar.bz2 |
Fixing database name
Diffstat (limited to 'manifests')
-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'] ], } } |