We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 04a133c + 4031dc7 commit cb71baaCopy full SHA for cb71baa
2 files changed
README.md
@@ -414,6 +414,10 @@ Contents of your SSL certificate, as a string.
414
415
Contents of your SSL CA certificate, as a string.
416
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
421
422
### puppetdb::server
423
manifests/init.pp
@@ -111,6 +111,7 @@
111
read_conn_lifetime => $read_conn_lifetime,
112
puppetdb_user => $puppetdb_user,
113
puppetdb_group => $puppetdb_group,
114
+ manage_firewall => $manage_firewall,
115
}
116
117
if ($database == 'postgres') {
0 commit comments