Skip to content

Commit

Permalink
Reduce logging for salt runs
Browse files Browse the repository at this point in the history
  • Loading branch information
MTecknology committed Feb 23, 2024
1 parent 751d3da commit 2f562a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions states/webapps/soberpage.sls
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ soberpage:
- watch_in:
- service: nginx
cmd.run:
- name: "/srv/webapps/soberpage/sync -n -d /srv/webapps/soberpage/data/domains -r"
- name: "/srv/webapps/soberpage/sync -l WARNING -n -d /srv/webapps/soberpage/data/domains -r"
- require:
- pkg: nginx
- git: soberpage
Expand All @@ -42,7 +42,7 @@ soberpage:
- watch_in:
- service: nginx
cron.present:
- name: "/srv/webapps/soberpage/sync -n -d /srv/webapps/soberpage/data/domains -r && service nginx reload"
- name: "/srv/webapps/soberpage/sync -l WARNING -n -d /srv/webapps/soberpage/data/domains -r && service nginx reload"
- identifier: soberpge
- minute: 30
- hour: 0
Expand Down

0 comments on commit 2f562a0

Please sign in to comment.