Alexandros Kosiaris has submitted this change and it was merged.

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(-)

Approvals:
  Muehlenhoff: Looks good to me, but someone else must approve
  Alexandros Kosiaris: Verified; Looks good to me, approved



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: merged
Gerrit-Change-Id: I04b03f9fc3f19b41263906a6467f6ab2e80c2914
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Alexandros Kosiaris <[email protected]>
Gerrit-Reviewer: Alexandros Kosiaris <[email protected]>
Gerrit-Reviewer: Muehlenhoff <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to