Révision cd664666
Allow http by default
CentOS mirrors are only available over http.
manifests/init.pp | ||
---|---|---|
3 | 3 |
Boolean $in_ssh = true, |
4 | 4 |
Boolean $out_ntp = true, |
5 | 5 |
Boolean $out_dns = true, |
6 |
Boolean $out_http = true, |
|
6 | 7 |
Boolean $out_https = true, |
7 | 8 |
) { |
8 | 9 |
|
... | ... | |
57 | 58 |
if $out_dns { |
58 | 59 |
include nftables::rules::out::dns |
59 | 60 |
} |
61 |
if $out_http { |
|
62 |
include nftables::rules::out::http |
|
63 |
} |
|
60 | 64 |
if $out_https { |
61 | 65 |
include nftables::rules::out::https |
62 | 66 |
} |
Formats disponibles : Unified diff