Skip to content

Commit

Permalink
feat: allow new backup server through (#467)
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobCoffee authored Aug 14, 2024
1 parent d066cf2 commit 7348def
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pillar/base/firewall/salt.sls
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ firewall:
{# NOTE: These hosts do not run in the primary DC (NYC1) so firewall holes are poked for access #}
salt_master_pythontest:
port: 4505:4506
source: 159.89.235.38
source: 68.183.26.59

salt_master_pythontest_noble:
salt_master_backup_server:
port: 4505:4506
source: 68.183.26.59
source: 159.89.159.168

salt_master_remote_backup:
port: 4505:4506
Expand Down

0 comments on commit 7348def

Please sign in to comment.