munin: fix cgi graph generation #163

Merged
mg merged 47 commits from mchmod into master 2024-08-21 20:54:49 +02:00
2 changed files with 5 additions and 10 deletions
Showing only changes of commit 7099ae980f - Show all commits

View file

@ -14,13 +14,4 @@
enabled: true enabled: true
masked: false masked: false
state: restarted state: restarted
- name: "Ensure /var/lib/munin/cgi-tmp are set"
ansible.builtin.file:
path: /var/lib/munin/cgi-tmp
state: directory
mode: "0755"
owner: munin
group: www-data
recurse: true
... ...

View file

@ -45,7 +45,11 @@
owner: root owner: root
group: root group: root
recurse: false recurse: false
notify: "Ensure /var/lib/munin/cgi-tmp are set" - name: /var/lib/munin/cgi-tmp # TODO, ist immer changed
mode: "0755"
owner: munin
group: www-data
recurse: true
- name: Template apache config - name: Template apache config
ansible.builtin.template: ansible.builtin.template: