library/roles/prometheus-node-exporter/templates/node_exporter.systemd.j2: Fix a wrong variable.

This commit is contained in:
Andrea Dell'Amico 2018-02-16 19:02:15 +01:00
parent 088978eafd
commit de8bd78c8d
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@ After=network.target
[Service]
Type=simple
User={{ prometheus_user }}
Group={{ prometheus_user }}
User={{ prometheus_n_e_user }}
Group={{ prometheus_n_e_user }}
ExecStart={{ prometheus_n_e_cmd }} {{ prometheus_n_e_opts }} {{ prometheus_n_e_additional_opts }} --collector.systemd