Skip to content

Commit

Permalink
(PUP-11939) Don't manage firewall in smoke test
Browse files Browse the repository at this point in the history
The latest release of puppetlabs-puppetdb depends on a version of firewall that
doesn't support puppet8.
  • Loading branch information
joshcooper authored and tvpartytonight committed Sep 13, 2023
1 parent 410523f commit e65d469
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ext/smoke/helpers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,9 @@ function install_puppetdb_from_module() {
class { 'puppetdb::globals':
version => '${puppetdb_version}'
}
include puppetdb
class { 'puppetdb':
manage_firewall => false
}
include puppetdb::master::config
}
node default {
Expand Down

0 comments on commit e65d469

Please sign in to comment.