Go to file
Tobias Herre a49fe71562 added settings for mail transport 2023-10-27 00:11:16 +02:00
scripts Script is now silient 2023-10-24 23:17:40 +02:00
templates almost empty my.cnf 2023-10-22 23:30:19 +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 Fixes for CentOS 2023-10-25 09:34:30 +02:00
certbot.cf Fixes for CentOS 2023-10-25 01:18:26 +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 Foxes for fedora and CentOS 2023-10-25 01:24:36 +02:00
mysql.cf Works on CentOS now. 2023-10-25 01:25:10 +02:00
opendkim.cf Inital commit 2023-10-12 20:22:21 +02:00
php.cf Works on CentOS now 2023-10-25 09:35:18 +02:00
postfix.cf change sql_dir into maps_dir 2023-10-23 11:08:05 +02:00
roundcube.cf unnessasary class removed 2023-10-27 00:09:54 +02:00
rspamd.cf Uses library functions to install 2023-10-16 09:24:52 +02:00
sympa.cf Fixed sympa map 2023-10-27 00:10:44 +02:00
vim.cf Fixes for fedora 2023-10-22 23:27:25 +02:00
vimbadmin.cf added settings for mail transport 2023-10-27 00:11:16 +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"
    }
}