aboutsummaryrefslogtreecommitdiff
path: root/modules/role/manifests
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2018-06-18 10:40:00 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2018-06-26 00:50:56 +0200
commita1c3146595f8f6c7b78adfca8388dd35083b4c7f (patch)
tree18a5e5481d658a18e8ecffe7d329917d40b00f44 /modules/role/manifests
parentc230c6632aba600c34301e1664a4b16acec050e9 (diff)
downloadPuppet-a1c3146595f8f6c7b78adfca8388dd35083b4c7f.tar.gz
Puppet-a1c3146595f8f6c7b78adfca8388dd35083b4c7f.tar.zst
Puppet-a1c3146595f8f6c7b78adfca8388dd35083b4c7f.zip
Patch libreoffice
Diffstat (limited to 'modules/role/manifests')
-rw-r--r--modules/role/manifests/etherpad.pp3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/role/manifests/etherpad.pp b/modules/role/manifests/etherpad.pp
index 826525e..476a210 100644
--- a/modules/role/manifests/etherpad.pp
+++ b/modules/role/manifests/etherpad.pp
@@ -13,6 +13,9 @@ class role::etherpad (
13 ensure_packages(["libreoffice-fresh", "libreoffice-fresh-fr", "java-runtime-common", "jre8-openjdk"]) 13 ensure_packages(["libreoffice-fresh", "libreoffice-fresh-fr", "java-runtime-common", "jre8-openjdk"])
14 ensure_packages(["tidy"]) 14 ensure_packages(["tidy"])
15 aur::package { "etherpad-lite": } 15 aur::package { "etherpad-lite": }
16 -> patch::file { "/usr/share/etherpad-lite/src/node/utils/LibreOffice.js":
17 diff_source => "puppet:///modules/role/etherpad/libreoffice_patch.diff",
18 }
16 19
17 $modules = [ 20 $modules = [
18 "ep_aa_file_menu_toolbar", 21 "ep_aa_file_menu_toolbar",