Skip to content

Commit 12d10cc

Browse files
committed
chore: Move backup and sync into aws/
1 parent 3561533 commit 12d10cc

6 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/develop/style/pillar.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Order the top-level keys in these layers:
1616
- Time: ``ntp``
1717
- Monitoring: ``netdata``, ``prometheus``
1818
- Logging: ``rsyslog``, ``logrotate``
19-
- Scheduling: ``cron``, ``backup``
19+
- Scheduling: ``cron``, ``backup``, ``sync``
2020

2121
- Application services
2222

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ include:
77
88
/home/sysadmin-tools/bin/site-backup-to-s3.sh:
99
file.managed:
10-
- source: salt://backup/files/site-backup-to-s3.sh
10+
- source: salt://aws/backup/files/site-backup-to-s3.sh
1111
- mode: 750
1212
- require:
1313
- file: /home/sysadmin-tools/bin
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ include:
77
88
/home/sysadmin-tools/bin/sync-to-s3.sh:
99
file.managed:
10-
- source: salt://sync/files/sync-to-s3.sh
10+
- source: salt://aws/sync/files/sync-to-s3.sh
1111
- mode: 750
1212
- require:
1313
- file: /home/sysadmin-tools/bin

salt/top.sls

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@ base:
8585
- nginx.cloudflare
8686

8787
'I@backup:*':
88-
- backup
88+
- aws.backup
8989

9090
'I@sync:*':
91-
- sync
91+
- aws.sync
9292

9393
'I@cron:*':
9494
- cron

0 commit comments

Comments
 (0)