Projet

Général

Profil

Révision cd664666

IDcd664666c5b912f35257cf7305c50b4490b623bb
Parent be0b08e1
Enfant ee1cf60a

Ajouté par tr il y a plus de 4 ans

Allow http by default

CentOS mirrors are only available over http.

Voir les différences:

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