Go to file
Tube ab21a02be7 CentOs uses per default 8.0 2023-11-13 01:18:49 +01:00
scripts use variable sievc path 2023-11-06 09:26:05 +01:00
templates Initial commit 2023-11-08 22:18:22 +01:00
LICENSE
README.md
apache.cf enables service under FreeBSD 2023-11-13 01:17:32 +01:00
certbot.cf Removed reports 2023-11-01 15:57:38 +01:00
dovecot.cf Integrated globa sieve after script to move X-Spam yes to Junk 2023-11-06 09:19:42 +01:00
git.cf
lib.cf Added bundle wmde_enable_service (only needed for FreeBSD currently) 2023-11-13 01:15:30 +01:00
mailserver.cf Install password_recover plugin for roundcube 2023-11-08 22:13:54 +01:00
mysql.cf New bundle mysql_resore_conditional 2023-11-13 01:18:10 +01:00
opendkim.cf installs system_repos first 2023-11-06 21:42:13 +01:00
php.cf CentOs uses per default 8.0 2023-11-13 01:18:49 +01:00
postfix.cf Fixes for FreeBSD 2023-11-06 09:22:32 +01:00
redis.cf Initial commit 2023-11-02 22:15:59 +01:00
roundcube.cf password_recover plugin integration 2023-11-08 18:08:24 +01:00
rspamd.cf restores password-has.txt if deleted 2023-11-06 21:42:41 +01:00
strongswan.cf
sympa.cf intall_pkgs bundle added 2023-11-03 12:54:54 +01:00
vim.cf
vimbadmin.cf FreeBSD adaptions 2023-11-04 22:10:30 +01:00
wget.cf Pkgs for debian 2023-11-10 14:23:46 +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"
    }
}