diff --git a/manifests/site.pp b/manifests/site.pp index 78808ae..6dc3e11 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -2,6 +2,7 @@ # class etherpad_lite::site ( $database_password, + $etherpad_title, $sessionKey = '', $dbType = 'mysql', $database_user = 'eplite', diff --git a/templates/etherpad-lite_settings.json.erb b/templates/etherpad-lite_settings.json.erb index 4e417f6..74f3522 100644 --- a/templates/etherpad-lite_settings.json.erb +++ b/templates/etherpad-lite_settings.json.erb @@ -5,7 +5,7 @@ */ { // Name your instance! - "title": "OpenStack Etherpad", + "title": "<%= etherpad_title %>", //Ip and port which etherpad should bind at "ip": "127.0.0.1",