Skip to content

Commit

Permalink
fix(storage/install): correct "owner" param to "user"
Browse files Browse the repository at this point in the history
  • Loading branch information
mdschmitt committed Jul 6, 2022
1 parent 9c0812c commit 8294f4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions prometheus/config/storage.sls
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ include:
prometheus-service-args-{{ name }}-data-dir:
file.directory:
- name: {{ args['storage.tsdb.path'] }}
- owner: {{ name }}
- user: {{ name }}
- group: {{ name }}
- makedirs: True
- watch_in:
Expand All @@ -30,4 +30,4 @@ prometheus-service-args-{{ name }}-data-dir:
{%- endif %}
{% endif %}
{% endfor %}
{% endfor %}
2 changes: 1 addition & 1 deletion prometheus/service/args/install.sls
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ include:
prometheus-service-args-{{ name }}-data-dir:
file.directory:
- name: {{ args['storage.tsdb.path'] }}
- owner: {{ name }}
- user: {{ name }}
- group: {{ name }}
- makedirs: True
- watch_in:
Expand Down

0 comments on commit 8294f4f

Please sign in to comment.