Go to file
Tobias Herre 62d8e69d19 Fixed spelling 2024-06-19 12:51:50 +02:00
scripts
templates Removed some apache stuff 2024-02-21 15:55:00 +01:00
LICENSE
README.md
apache.cf Formatting 2024-06-19 12:51:20 +02:00
certbot.cf
dovecot.cf
git.cf
gitea.cf
lib.cf Fixed spelling 2024-06-19 12:51:50 +02:00
logrot.cf
mailserver.cf
matomo.cf
mysql.cf Use utf8mb4 when mysqldumping 2024-06-19 12:50:11 +02:00
nginx.cf Removed more debug prints 2024-04-04 11:31:35 +02:00
opendkim.cf
php.cf
postfix.cf
redis.cf
roundcube.cf
rspamd.cf
strongswan.cf
sympa.cf
vim.cf
vimbadmin.cf
wget.cf

README.md

wmdeit-cf-files

INSTALL

Assuming your CFEngine installation resists under /var/cfengine run the following commands:

cd /var/cfengine/masterfiles
git clone https://srcsrv.wikimedia.de/WMDE/wmdeit-cf-wmdelib.git wmdelib

Edit the file /var/cfengine/masterfiles/def.json and add the lines seen below to the inputs and vars section:

{
    "inputs": [
        ...
        "$(wmde_libdir)/lib.cf",
        "$(wmde_libdir)/vim.cf",
        "$(wmde_libdir)/postfix.cf"
    ]
    ,
    "vars":{
        ...
        "wmde_libdir": "wmdelib"
    }
}