From 2ffb0794b495fc84f10445a2ea02cc8ceac11292 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Tue, 30 Jun 2015 17:13:41 +0000 Subject: [PATCH] Add fedmenu to hyperkitty. --- roles/mailman/tasks/main.yml | 4 ++++ roles/mailman/templates/bottom.html | 15 +++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 roles/mailman/templates/bottom.html diff --git a/roles/mailman/tasks/main.yml b/roles/mailman/tasks/main.yml index 85a085ea9a..f8173779f5 100644 --- a/roles/mailman/tasks/main.yml +++ b/roles/mailman/tasks/main.yml @@ -310,6 +310,10 @@ state=directory owner=root group=root mode=0755 tags: mailman +- name: Install our fedmenu js hook + template: src=bottom.html dest=/srv/webui/templates/hyperkitty/bottom.html + tags: mailman + # # Plug HyperKitty into Mailman # diff --git a/roles/mailman/templates/bottom.html b/roles/mailman/templates/bottom.html new file mode 100644 index 0000000000..77c185a40a --- /dev/null +++ b/roles/mailman/templates/bottom.html @@ -0,0 +1,15 @@ +{% if env == 'staging' %} + +{% else %} + +{% endif %} +