Skip to content

Commit 33c6994

Browse files
authored
followup to #484 to enable functionality (#485)
1 parent ce94e24 commit 33c6994

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

pillar/prod/top.sls

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,21 @@ base:
1414

1515
'backup-server':
1616
- match: nodegroup
17-
- backup.server
17+
- backup.*
1818

1919
'bugs':
2020
- match: nodegroup
2121
- firewall.bugs
2222
- mail-opt-out
2323
- secrets.bugs
2424
- backup.bugs
25-
- secrets.backup.bugs
2625
- bugs
2726

2827
'buildbot':
2928
- match: nodegroup
3029
- firewall.buildbot
3130
- secrets.postgresql-users.buildbot
3231
- backup.buildbot
33-
- secrets.backup.buildbot
3432

3533
'cdn-logs':
3634
- match: nodegroup
@@ -50,28 +48,24 @@ base:
5048
- groups.docs
5149
- secrets.docs
5250
- backup.docs
53-
- secrets.backup.docs
5451

5552
'downloads':
5653
- match: nodegroup
5754
- firewall.rs-lb-backend
5855
- groups.downloads
5956
- backup.downloads
60-
- secrets.backup.downloads
6157

6258
'gnumailman':
6359
- match: nodegroup
6460
- firewall.mail
6561
- mail-opt-out
6662
- backup.gnumailman
67-
- secrets.backup.gnumailman
6863

6964
'hg':
7065
- match: nodegroup
7166
- firewall.rs-lb-backend
7267
- firewall.hg
7368
- backup.hg
74-
- secrets.backup.hg
7569
- secrets.ssh.hg
7670

7771
'loadbalancer':
@@ -87,7 +81,6 @@ base:
8781
- match: nodegroup
8882
- firewall.mail
8983
- backup.mail
90-
- secrets.backup.mail
9184
- groups.mail
9285
- mail-opt-out
9386

@@ -96,7 +89,6 @@ base:
9689
- mail-opt-out
9790
- firewall.rs-lb-backend
9891
- backup.moin
99-
- secrets.backup.moin
10092

10193
'planet':
10294
- match: nodegroup

0 commit comments

Comments
 (0)