BryanDavis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/259608

Change subject: Add ferm to puppet::self::master
......................................................................

Add ferm to puppet::self::master

Puppet uses 8140 for inbound requests from puppet agents.

See 
https://docs.puppetlabs.com/pe/latest/install_system_requirements.html#firewall-configuration

Change-Id: I6074c4a815209cef371b2d64cd0ea12989db8718
---
M modules/puppet/manifests/self/master.pp
1 file changed, 5 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/08/259608/1

diff --git a/modules/puppet/manifests/self/master.pp 
b/modules/puppet/manifests/self/master.pp
index ddeff90..16ebcad 100644
--- a/modules/puppet/manifests/self/master.pp
+++ b/modules/puppet/manifests/self/master.pp
@@ -111,4 +111,9 @@
     }
 
     include puppetmaster::scripts
+
+    ferm::service { 'puppetmaster-self':
+        proto  => 'tcp',
+        port   => 8141,
+    }
 }

-- 
To view, visit https://gerrit.wikimedia.org/r/259608
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6074c4a815209cef371b2d64cd0ea12989db8718
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: BryanDavis <[email protected]>

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

Reply via email to