diff --git a/ext/smoke/helpers.sh b/ext/smoke/helpers.sh index 7730a5b61d..a5f1077030 100644 --- a/ext/smoke/helpers.sh +++ b/ext/smoke/helpers.sh @@ -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 {