Skip to content

Commit

Permalink
logrotate: Update for #492
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Apr 30, 2024
1 parent 9098f95 commit 30a3b53
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
3 changes: 2 additions & 1 deletion docs/develop/update/docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ In the service's Pillar file, add, for example:
logrotate:
conf:
docker: docker
docker:
source: docker
docker:
user: deployer
Expand Down
3 changes: 2 additions & 1 deletion pillar/credere_common.sls
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ rsyslog:

logrotate:
conf:
docker: docker
docker:
source: docker

docker:
user: deployer
Expand Down
3 changes: 2 additions & 1 deletion pillar/kingfisher_main.sls
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ rsyslog:
logrotate:
conf:
kingfisher-summarize.conf: kingfisher-summarize
docker: docker
docker:
source: docker

cron:
incremental:
Expand Down
3 changes: 2 additions & 1 deletion pillar/portland_dev.sls
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ rsyslog:

logrotate:
conf:
docker: docker
docker:
source: docker

apache:
public_access: True
Expand Down
3 changes: 2 additions & 1 deletion pillar/redash.sls
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ rsyslog:

logrotate:
conf:
docker: docker
docker:
source: docker

apache:
public_access: True
Expand Down
3 changes: 2 additions & 1 deletion pillar/registry.sls
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ rsyslog:

logrotate:
conf:
docker: docker
docker:
source: docker

apache:
public_access: True
Expand Down

0 comments on commit 30a3b53

Please sign in to comment.