Skip to content

Commit cb71baa

Browse files
committed
Merge pull request #160 from bastelfreak/fix-manage-firewall
add missing param manage_firewall
2 parents 04a133c + 4031dc7 commit cb71baa

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,10 @@ Contents of your SSL certificate, as a string.
414414

415415
Contents of your SSL CA certificate, as a string.
416416

417+
####`manage_firewall`
418+
419+
if true, puppet will manage your iptables rules for puppetdb via the [puppetlabs-firewall](https://forge.puppetlabs.com/puppetlabs/firewall) class.
420+
417421

418422
### puppetdb::server
419423

manifests/init.pp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@
111111
read_conn_lifetime => $read_conn_lifetime,
112112
puppetdb_user => $puppetdb_user,
113113
puppetdb_group => $puppetdb_group,
114+
manage_firewall => $manage_firewall,
114115
}
115116

116117
if ($database == 'postgres') {

0 commit comments

Comments
 (0)