Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
salt-formulas
fbk-formulas
Loki Formula
Commits
e9f74cd7
Commit
e9f74cd7
authored
Aug 13, 2019
by
Benjamin DUPUIS
Browse files
Manage services
parent
426f210a
Changes
2
Hide whitespace changes
Inline
Side-by-side
loki/promtail.sls
View file @
e9f74cd7
...
...
@@ -62,4 +62,11 @@ promtail_service_file:
- group: root
- mode: '0644'
promtail:
service.running:
- enable: True
- reload: True
- watch:
- file: promtail_binary
- file: {{ loki.promtail.install_dir }}/promtail/promtail.yml
- file: /etc/systemd/system/promtail.service
loki/server.sls
View file @
e9f74cd7
...
...
@@ -52,3 +52,12 @@ loki_service_file:
- user: root
- group: root
- mode: '0644'
loki:
service.running:
- enable: True
- reload: True
- watch:
- file: loki_binary
- file: {{ loki.server.install_dir }}/loki/loki.yml
- file: /etc/systemd/system/loki.service
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment