Skip to content

Commit

Permalink
Merge pull request #84 from reidmv/cd4pe-fix
Browse files Browse the repository at this point in the history
Set a seemingly-required docker::run flag
  • Loading branch information
murdok5 authored Oct 14, 2018
2 parents d535468 + 295b16b commit e0a3e8c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions site/profile/manifests/puppet/cd4pe.pp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
) {
include docker

# Set this default because there seems to be a bug in puppetlabs/docker 3.0.0
# that makes it effectively required.
Docker::Run {
health_check_interval => 30,
}

['3306', '7000', '8000', '8080', '8081'].each |$port| {
firewall { "100 allow cd4pe ${port}":
proto => 'tcp',
Expand Down

0 comments on commit e0a3e8c

Please sign in to comment.