diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-03-18 23:09:22 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-03-18 23:09:22 -0300 |
commit | ecd2bd05284bf82be8aff34bf9255001fb90ddb4 (patch) | |
tree | 85ea0bb3361d87371a29f6d83a84c76bf7aa8a4c /templates | |
parent | 31b40e99c8bad914239a8506b30a2a104447f9d4 (diff) | |
download | puppet-etherpad-ecd2bd05284bf82be8aff34bf9255001fb90ddb4.tar.gz puppet-etherpad-ecd2bd05284bf82be8aff34bf9255001fb90ddb4.tar.bz2 |
Putting abiword back
Diffstat (limited to 'templates')
-rw-r--r-- | templates/settings.json.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/settings.json.erb b/templates/settings.json.erb index e06fd24..af1ca63 100644 --- a/templates/settings.json.erb +++ b/templates/settings.json.erb @@ -33,7 +33,7 @@ /* This is the path to the Abiword executable. Setting it to null, disables abiword. Abiword is needed to enable the import/export of pads*/ - "abiword" : null, + "abiword" : "/usr/bin/abiword", /* This setting is used if you need http basic auth */ // "httpAuth" : "user:pass", |