From 5bcbf20999efc86ef1dcd385c6d46f54ef7f0cb6 Mon Sep 17 00:00:00 2001 From: Jerry Vonau Date: Sun, 16 May 2021 15:07:11 -0500 Subject: [PATCH 1/2] munin - drop apache dependency and use stock munin.conf --- roles/munin/tasks/install.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/roles/munin/tasks/install.yml b/roles/munin/tasks/install.yml index 4eae4a387..66126fe9f 100644 --- a/roles/munin/tasks/install.yml +++ b/roles/munin/tasks/install.yml @@ -5,7 +5,7 @@ - munin-node - munin-plugins-extra - libcgi-fast-perl - - libapache2-mod-fcgid +# - libapache2-mod-fcgid state: present when: is_debuntu @@ -17,10 +17,10 @@ state: present when: not is_debuntu -- name: 'Install from template: /etc/munin/munin.conf' - template: - src: munin.conf.j2 - dest: /etc/munin/munin.conf +#- name: 'Install from template: /etc/munin/munin.conf' +# template: +# src: munin.conf.j2 +# dest: /etc/munin/munin.conf - name: 'Install from template: /etc/{{ apache_conf_dir }}/munin24.conf' template: From 8506c34b5b22b1dcb0a3099215ffcf10260c6a08 Mon Sep 17 00:00:00 2001 From: Jerry Vonau Date: Sun, 16 May 2021 15:12:34 -0500 Subject: [PATCH 2/2] tag as unused --- roles/munin/templates/{munin.conf.j2 => munin.conf.j2.unused} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename roles/munin/templates/{munin.conf.j2 => munin.conf.j2.unused} (100%) diff --git a/roles/munin/templates/munin.conf.j2 b/roles/munin/templates/munin.conf.j2.unused similarity index 100% rename from roles/munin/templates/munin.conf.j2 rename to roles/munin/templates/munin.conf.j2.unused