Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: allow new backup server through #467

Merged
merged 1 commit into from
Aug 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading