Go to file
Tobias Herre 9d8d6cd332 Removed debug prints 2024-04-04 11:30:30 +02:00
scripts use variable sievc path 2023-11-06 09:26:05 +01:00
templates Removed some apache stuff 2024-02-21 15:55:00 +01:00
LICENSE Change copright notice 2023-09-24 18:26:29 +02:00
README.md Fixed spelling 2023-10-04 10:13:01 +02:00
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 Integrated globa sieve after script to move X-Spam yes to Junk 2023-11-06 09:19:42 +01:00
git.cf Initial commit 2023-10-09 12:16:05 +02:00
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 Removed enigma 2024-02-16 12:08:11 +01:00
matomo.cf Initial commit 2023-11-23 20:25:52 +01:00
mysql.cf Fixed packet names 2024-02-16 12:08:59 +01:00
nginx.cf Removed debug prints 2024-04-04 11:30:30 +02:00
opendkim.cf installs system_repos first 2023-11-06 21:42:13 +01:00
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 Initial commit 2023-11-02 22:15:59 +01:00
roundcube.cf removed enigma 2024-02-16 12:09:27 +01:00
rspamd.cf restores password-has.txt if deleted 2023-11-06 21:42:41 +01:00
strongswan.cf handle for system repos added 2023-10-31 17:21:51 +01:00
sympa.cf intall_pkgs bundle added 2023-11-03 12:54:54 +01:00
vim.cf Fixes for fedora 2023-10-22 23:27:25 +02:00
vimbadmin.cf FreeBSD adaptions 2023-11-04 22:10:30 +01:00
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"
    }
}