Land #486, open port 8080 for apache continuum

This commit is contained in:
Jeffrey Martin 2020-10-29 14:13:49 -05:00
commit 7b624f24c7
No known key found for this signature in database
GPG Key ID: 0CD9BBC2AF15F171
1 changed files with 7 additions and 1 deletions

View File

@ -4,6 +4,12 @@
#
# Copyright:: 2017, Rapid7, All Rights Reserved.
include_recipe 'iptables::default'
iptables_rule '01_apache_continuum' do
lines "-A INPUT -p tcp --dport 8080 -j ACCEPT"
end
package 'openjdk-6-jre'
package 'openjdk-6-jdk'
@ -44,4 +50,4 @@ end
service 'continuum' do
action [:enable, :start]
end
end