Arturo Borrero Gonzalez has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/394101 )
Change subject: role::puppetmaster::standalone: add ferm rules to allow connecting to tcp/8140 ...................................................................... role::puppetmaster::standalone: add ferm rules to allow connecting to tcp/8140 Add some firewalling rules to allow connecting to the standalone puppetmaster in port tcp/8140. Bug: T154150 Change-Id: I7f255bd1a445de0529f34b50a910217326f51fc3 Signed-off-by: Arturo Borrero Gonzalez <[email protected]> --- M modules/role/manifests/puppetmaster/standalone.pp 1 file changed, 6 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/01/394101/1 diff --git a/modules/role/manifests/puppetmaster/standalone.pp b/modules/role/manifests/puppetmaster/standalone.pp index 29e5179..e0e5b71 100644 --- a/modules/role/manifests/puppetmaster/standalone.pp +++ b/modules/role/manifests/puppetmaster/standalone.pp @@ -92,4 +92,10 @@ class { 'puppetmaster::gitsync': run_every_minutes => $git_sync_minutes, } + + ferm::service { 'puppetmaster-frontend': + proto => 'tcp', + port => 8140, + srange => '$DOMAIN_NETWORKS', + } } -- To view, visit https://gerrit.wikimedia.org/r/394101 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I7f255bd1a445de0529f34b50a910217326f51fc3 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Arturo Borrero Gonzalez <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
