Projet

Général

Profil

Paste
Télécharger au format
Statistiques
| Branche: | Révision:

root / manifests / file.pp @ 2ad7193b

Historique | Voir | Annoter | Télécharger (1,4 ko)

# Date Auteur Commentaire
02d6e88a 2024-10-10 17:55 Tomas Barton

file: Fix heredoc example (#263)

  • Fix heredoc example
  • Update manifests/file.pp

Co-authored-by: Kenyon Ralph <>


Co-authored-by: Kenyon Ralph <>

0b7bcb5d 2023-01-04 05:01 mh

Align filemode on RedHat to distro default

The RPM acutally ships the configuration and directory with
0600/0700 while this module sets the mode to 0640/0750.

However, this has the drawback that on new nftables RPM versions,
we are setting it back to the modules mode and triggering an nft...

331b8d85 2022-09-01 05:22 Steve Traylen

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....