Go to file
Tobias Herre a220572647 Notcommit 2025-11-11 10:43:35 +01:00
scripts Notcommit 2025-11-11 10:43:35 +01:00
templates Notcommit 2025-11-11 10:43:35 +01:00
.swp
LICENSE
README.md
apache.cf Notcommit 2025-11-11 10:43:35 +01:00
certbot.cf
cron.cf
dovecot.cf
git.cf
gitea.cf
kvm-host.cf
lego.cf Notcommit 2025-11-11 10:43:35 +01:00
lib.cf Notcommit 2025-11-11 10:43:35 +01:00
logrot.cf
lxc-host.cf Notcommit 2025-11-11 10:43:35 +01:00
mailserver.cf Notcommit 2025-11-11 10:43:35 +01:00
matomo.cf
mediawiki.cf
mysql.cf Notcommit 2025-11-11 10:43:35 +01:00
nano.cf
nginx.cf Notcommit 2025-11-11 10:43:35 +01:00
opendkim.cf
php.cf Notcommit 2025-11-11 10:43:35 +01:00
postfix.cf Notcommit 2025-11-11 10:43:35 +01:00
postgresql.cf
python.cf
redis.cf
roundcube.cf Notcommit 2025-11-11 10:43:35 +01:00
rspamd.cf
strongswan.cf
sympa.cf Notcommit 2025-11-11 10:43:35 +01:00
vim.cf
vimbadmin.cf Notcommit 2025-11-11 10:43:35 +01:00
wget.cf Notcommit 2025-11-11 10:43:35 +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"
    }
}