Skip to content
Snippets Groups Projects
Verified Commit 5e4ab5c9 authored by David Mehren's avatar David Mehren
Browse files

Fedora compatibility

parent df3a1625
Branches
Tags v4.4.0
No related merge requests found
Pipeline #82116 passed
...@@ -11,5 +11,5 @@ galaxy_info: ...@@ -11,5 +11,5 @@ galaxy_info:
dependencies: dependencies:
- src: https://gitlab.fachschaften.org/fsi-ansible/netdata-base.git - src: https://gitlab.fachschaften.org/fsi-ansible/netdata-base.git
scm: git scm: git
version: "v3.2.0" version: "v3.3.0"
name: netdata_base name: netdata_base
# {{ ansible_managed }} # {{ ansible_managed }}
[global] [global]
memory mode = none memory mode = none
{% if ansible_distribution == 'Fedora' %}
run as user = netdata
stock config directory = /etc/netdata/conf.d
{% endif %}
[web] [web]
mode = none mode = none
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment