Skip to content

Commit

Permalink
disable the firewall
Browse files Browse the repository at this point in the history
we want access to all ports on the development machine, so we disable
the firewall
  • Loading branch information
Xylakant committed Feb 6, 2013
1 parent c9008a3 commit c900fb9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions manifests/tomcat-server.pp
Expand Up @@ -75,6 +75,14 @@
Class['java::jdk'] -> Class['oracle-xe'] -> Class['tomcat7'] -> Class['installrvm'] -> Class['projects']
}

# disable the firewall
service {"iptables":
ensure => stopped
}

service {"ip6tables":
ensure => stopped
}
# start and set up everything
include doinstall

Expand Down

0 comments on commit c900fb9

Please sign in to comment.