Révision 546de19c
Change configuration path form AbsolutePath to Unixpath
manifests/init.pp | ||
---|---|---|
102 | 102 |
Variant[Boolean[false], Pattern[/icmp(v6|x)? type .+|tcp reset/]] $reject_with = 'icmpx type port-unreachable', |
103 | 103 |
Variant[Boolean[false], Enum['mask']] $firewalld_enable = 'mask', |
104 | 104 |
Optional[Array[Pattern[/^(ip|ip6|inet)-[-a-zA-Z0-9_]+$/],1]] $noflush_tables = undef, |
105 |
Stdlib::AbsolutePath $nftables_configuration_path = '/etc/sysconfig/nftables.conf',
|
|
105 |
Stdlib::Unixpath $nftables_configuration_path = '/etc/sysconfig/nftables.conf',
|
|
106 | 106 |
) { |
107 | 107 |
package { 'nftables': |
108 | 108 |
ensure => installed, |
Formats disponibles : Unified diff