From 4cc5f3e6d14ab9aa23cf87dbd98fca7aa8a45871 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Kar=C3=A9kinian?= Date: Tue, 14 May 2019 17:10:33 +0200 Subject: [PATCH] Remove the XMPP firewall rules for andromeda They are part of the kosmos-ejabberd cookbook now --- site-cookbooks/kosmos-base/recipes/andromeda_firewall.rb | 6 ------ 1 file changed, 6 deletions(-) diff --git a/site-cookbooks/kosmos-base/recipes/andromeda_firewall.rb b/site-cookbooks/kosmos-base/recipes/andromeda_firewall.rb index 44db935..4bdfc20 100644 --- a/site-cookbooks/kosmos-base/recipes/andromeda_firewall.rb +++ b/site-cookbooks/kosmos-base/recipes/andromeda_firewall.rb @@ -26,12 +26,6 @@ # Temporary extra rules for Andromeda -firewall_rule 'ejabberd' do - port [5222, 5223, 5269, 5280, 5443] - protocol :tcp - command :allow -end - firewall_rule 'bitcoind' do port [8333, 8334, 8335] protocol :tcp