Projet

Général

Profil

Révision fcb1d356

IDfcb1d356e076b8c8900d08f3b596613cc246261b
Parent f0bd8791
Enfant 294a38ff

Ajouté par Nacho Barrientos il y a plus de 4 ans

Auto fill simple table configuration

Voir les différences:

manifests/ip_nat.pp
1 1
# manage basic chains in table ip nat
2 2
class nftables::ip_nat inherits nftables {
3
  nftables::config {
4
    'ip-nat':
5
      source => 'puppet:///modules/nftables/config/puppet-ip-nat.nft';
6
    'ip6-nat':
7
      source => 'puppet:///modules/nftables/config/puppet-ip6-nat.nft';
8
  }
3
  nftables::config { ['ip-nat', 'ip6-nat']: }
9 4

  
10 5
  nftables::chain {
11 6
    [

Formats disponibles : Unified diff