OpenBSD adaptation
parent
7a0786d2d5
commit
1401957497
@ -0,0 +1,3 @@
|
||||
---
|
||||
# PF is used on OpenBSD (not iptables)
|
||||
configure_iptables: false
|
@ -0,0 +1,4 @@
|
||||
---
|
||||
munin_async_service_name: munin_asyncd
|
||||
munin_async_package: munin-node
|
||||
munin_async_user: "munin-async"
|
@ -1,3 +1,3 @@
|
||||
---
|
||||
- name: restart munin-node
|
||||
service: name=munin-node state=restarted
|
||||
service: name="{{ munin_node_service }}" state=restarted
|
||||
|
@ -0,0 +1,6 @@
|
||||
---
|
||||
munin_node_log: /var/log/munin/munin-node.log
|
||||
munin_node_pid: /var/run/munin-node.pid
|
||||
munin_plugin_src_path: /usr/local/libexec/munin/plugins
|
||||
munin_node_service: munin_node
|
||||
munin_node_group: wheel
|
Loading…
Reference in New Issue