We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c07e541 + 1c60810 commit 51e9a4bCopy full SHA for 51e9a4b
1 file changed
manifests/params.pp
@@ -56,22 +56,6 @@
56
$java_args = {}
57
$test_url = '/v3/version'
58
59
- case $::osfamily {
60
- 'RedHat': {
61
- $firewall_supported = true
62
- $persist_firewall_command = '/sbin/iptables-save > /etc/sysconfig/iptables'
63
- }
64
-
65
- 'Debian': {
66
- $firewall_supported = false
67
- # TODO: not exactly sure yet what the right thing to do for Debian/Ubuntu is.
68
- #$persist_firewall_command = '/sbin/iptables-save > /etc/iptables/rules.v4'
69
70
- default: {
71
72
73
74
75
$puppetdb_package = 'puppetdb'
76
$puppetdb_service = 'puppetdb'
77
$puppetdb_user = 'puppetdb'
0 commit comments