File tree 3 files changed +26
-6
lines changed
3 files changed +26
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file. The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ ) and this project adheres to [ Semantic Versioning] ( http://semver.org ) .
4
4
5
- ## [ v2.6 .0] ( https://github.com/puppetlabs/puppetlabs-firewall/tree/v2.5 .0 ) (2020-10-01 )
5
+ ## [ v2.7 .0] ( https://github.com/puppetlabs/puppetlabs-firewall/tree/v2.7 .0 ) (2020-10-15 )
6
6
7
- [ Full Changelog] ( https://github.com/puppetlabs/puppetlabs-firewall/compare/v2.5.0...v2.5.0 )
7
+ [ Full Changelog] ( https://github.com/puppetlabs/puppetlabs-firewall/compare/v2.6.0...v2.7.0 )
8
+
9
+ ### Added
10
+
11
+ - \( IAC-1190\) add ` ignore\_foreign ` when purging firewallchains [ \# 948] ( https://github.com/puppetlabs/puppetlabs-firewall/pull/948 ) ([ DavidS] ( https://github.com/DavidS ) )
12
+
13
+ ## [ v2.6.0] ( https://github.com/puppetlabs/puppetlabs-firewall/tree/v2.6.0 ) (2020-10-01)
14
+
15
+ [ Full Changelog] ( https://github.com/puppetlabs/puppetlabs-firewall/compare/v2.5.0...v2.6.0 )
8
16
9
17
### Added
10
18
Original file line number Diff line number Diff line change @@ -77,23 +77,23 @@ Data type: `Any`
77
77
78
78
Specify the name of the IPv4 iptables service.
79
79
80
- Default value: ` $:: firewall::params::service_name `
80
+ Default value: ` $firewall::params::service_name `
81
81
82
82
##### ` service_name_v6 `
83
83
84
84
Data type: ` Any `
85
85
86
86
Specify the name of the IPv6 iptables service.
87
87
88
- Default value: ` $:: firewall::params::service_name_v6 `
88
+ Default value: ` $firewall::params::service_name_v6 `
89
89
90
90
##### ` package_name `
91
91
92
92
Data type: ` Any `
93
93
94
94
Specify the platform-specific package(s) to install.
95
95
96
- Default value: ` $:: firewall::params::package_name `
96
+ Default value: ` $firewall::params::package_name `
97
97
98
98
##### ` ebtables_manage `
99
99
@@ -1456,6 +1456,18 @@ firewallchain { 'INPUT:filter:IPv4':
1456
1456
}
1457
1457
```
1458
1458
1459
+ ##### ` ignore_foreign `
1460
+
1461
+ Valid values: `` false `` , `` true ``
1462
+
1463
+ Ignore rules that do not match the puppet title pattern "^\d+[[ :graph:] [ :space: ]] " when purging unmanaged firewall rules
1464
+ in this chain.
1465
+ This can be used to ignore rules that were not put in by puppet. Beware that nothing keeps other systems from
1466
+ configuring firewall rules with a comment that starts with digits, and is indistinguishable from puppet-configured
1467
+ rules.
1468
+
1469
+ Default value: `` false ``
1470
+
1459
1471
##### ` name `
1460
1472
1461
1473
namevar
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " puppetlabs-firewall" ,
3
- "version" : " 2.6 .0" ,
3
+ "version" : " 2.7 .0" ,
4
4
"author" : " puppetlabs" ,
5
5
"summary" : " Manages Firewalls such as iptables" ,
6
6
"license" : " Apache-2.0" ,
You can’t perform that action at this time.
0 commit comments