Go to file
Tobias Herre d2c928a7ae To work with Ubuntu 2024-02-16 12:06:16 +01:00
scripts
templates Initial commit 2023-12-07 13:09:21 +01:00
LICENSE
README.md
apache.cf To work with Ubuntu 2024-02-16 12:06:16 +01:00
certbot.cf use local_dcp instead of local_cp 2023-11-16 21:22:49 +01:00
dovecot.cf
git.cf
gitea.cf Initial commit 2023-11-13 13:50:25 +01:00
lib.cf install_yum_repo added 2023-12-07 13:13:24 +01:00
logrot.cf initial commit 2023-12-07 13:04:45 +01:00
mailserver.cf Set mariadb to fals for FreeBSD 2023-11-14 19:46:47 +01:00
matomo.cf Initial commit 2023-11-23 20:25:52 +01:00
mysql.cf Fixes mysql version on FreeBSD 2023-11-16 21:24:38 +01:00
opendkim.cf
php.cf php-fpm socket fixed 2023-11-16 21:25:31 +01:00
postfix.cf Use default postfix packagea 2023-11-16 21:26:00 +01:00
redis.cf
roundcube.cf password_recover plugin integration 2023-11-08 18:08:24 +01:00
rspamd.cf
strongswan.cf
sympa.cf
vim.cf
vimbadmin.cf
wget.cf Handle for wget installed 2023-11-16 21:26:43 +01:00

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"
    }
}