Merge pull request #160 from bastelfreak/fix-manage-firewall
add missing param manage_firewall
This commit is contained in:
commit
cb71baa1e9
2 changed files with 5 additions and 0 deletions
|
@ -414,6 +414,10 @@ Contents of your SSL certificate, as a string.
|
|||
|
||||
Contents of your SSL CA certificate, as a string.
|
||||
|
||||
####`manage_firewall`
|
||||
|
||||
if true, puppet will manage your iptables rules for puppetdb via the [puppetlabs-firewall](https://forge.puppetlabs.com/puppetlabs/firewall) class.
|
||||
|
||||
|
||||
### puppetdb::server
|
||||
|
||||
|
|
|
@ -111,6 +111,7 @@ class puppetdb (
|
|||
read_conn_lifetime => $read_conn_lifetime,
|
||||
puppetdb_user => $puppetdb_user,
|
||||
puppetdb_group => $puppetdb_group,
|
||||
manage_firewall => $manage_firewall,
|
||||
}
|
||||
|
||||
if ($database == 'postgres') {
|
||||
|
|
Loading…
Reference in a new issue