Révision 331b8d85
New nftables::file type to include raw file
For example:
```puppet
nftables::file{'geoip':
content => "include \"/files/geoipsets/dbip/*.ipv4\"\n",
}
```
will right a file or content into the nftables configuration.
The file written will be included in configuration.
Fixes #146
Fichiers
- ajouté
- modifié
- copié
- renommé
- supprimé