Go to file
Tobias Herre 64a7f9dcf7 Initial commit 2023-10-21 22:08:35 +02:00
templates Initial commit 2023-10-21 22:08:35 +02: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 Installs mod proxy 2023-10-20 20:00:35 +02:00
certbot.cf Inital commit 2023-10-11 11:28:28 +02:00
dovecot.cf Does not install submissiond 2023-10-20 20:01:07 +02:00
git.cf Initial commit 2023-10-09 12:16:05 +02:00
lib.cf Added a bundle to download and untar a file 2023-10-17 08:50:04 +02:00
mysql.cf Better name for mysql-dump cron jobs 2023-10-20 20:01:42 +02:00
opendkim.cf Inital commit 2023-10-12 20:22:21 +02:00
php.cf php gd added 2023-10-14 15:16:00 +02:00
postfix.cf Removed report 2023-10-21 22:07:39 +02:00
roundcube.cf Uses generic function to create mysql backup 2023-10-20 20:03:00 +02:00
rspamd.cf Uses library functions to install 2023-10-16 09:24:52 +02:00
sympa.cf Initial commit 2023-10-21 22:08:35 +02:00
vim.cf renamed mfdomain to wmde_libdir 2023-10-02 08:09:38 +02:00
vimbadmin.cf Uses remote_dcp instead of sync_cp 2023-10-17 08:49:21 +02:00
wget.cf Inital commit 2023-10-11 11:30:20 +02: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"
    }
}