Alexandros Kosiaris has uploaded a new change for review.
https://gerrit.wikimedia.org/r/233941
Change subject: backups ferm: replace INTERNAL with ALL_NETWORKS
......................................................................
backups ferm: replace INTERNAL with ALL_NETWORKS
INTERNAL is only the private IPs, replace with ALL_NETWORKS
Change-Id: I04b03f9fc3f19b41263906a6467f6ab2e80c2914
---
M manifests/role/backup.pp
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/puppet
refs/changes/41/233941/1
diff --git a/manifests/role/backup.pp b/manifests/role/backup.pp
index 72836f7..b15b31b 100644
--- a/manifests/role/backup.pp
+++ b/manifests/role/backup.pp
@@ -253,7 +253,7 @@
ferm::service { 'bacula-director':
proto => 'tcp',
port => '9101',
- srange => '$INTERNAL',
+ srange => '$ALL_NETWORKS',
}
}
@@ -316,6 +316,6 @@
ferm::service { 'bacula-storage-demon':
proto => 'tcp',
port => '9103',
- srange => '$INTERNAL',
+ srange => '$ALL_NETWORKS',
}
}
--
To view, visit https://gerrit.wikimedia.org/r/233941
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I04b03f9fc3f19b41263906a6467f6ab2e80c2914
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Alexandros Kosiaris <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits