Go to file
Tube 75e2dbec0d rspamc command as var defined 2023-11-06 09:22:56 +01:00
scripts
templates
LICENSE
README.md
apache.cf
certbot.cf
dovecot.cf
git.cf
lib.cf
mailserver.cf aia_mailserver for all in a machine 2023-11-06 09:21:06 +01:00
mysql.cf
opendkim.cf Fixes for FreeBSD 2023-11-06 09:21:57 +01:00
php.cf
postfix.cf Fixes for FreeBSD 2023-11-06 09:22:32 +01:00
redis.cf
roundcube.cf
rspamd.cf rspamc command as var defined 2023-11-06 09:22:56 +01:00
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"
    }
}