Go to file
Tobias Herre b664604535 handle for system repos added 2023-10-31 17:21:51 +01:00
scripts Places key in correct location 2023-10-29 02:10:51 +02:00
templates "static" userdb for vimbadmin 2023-10-29 02:12:08 +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 Directory options and parameter for php handler 2023-10-28 01:09:54 +02:00
certbot.cf Reads domains from cert 2023-10-31 17:20:11 +01:00
dovecot.cf managesieve works on CentOS 2023-10-30 00:29:16 +01:00
git.cf Initial commit 2023-10-09 12:16:05 +02:00
lib.cf Special repos for CentOS 7 2023-10-29 20:13:04 +01:00
mysql.cf Fix for older mariadb versions 2023-10-28 14:02:30 +02:00
opendkim.cf Installs also service 2023-10-28 14:03:57 +02:00
php.cf Use rihght epel-version 2023-10-29 20:49:14 +01:00
postfix.cf bundle nitsall_ostfix_pkgs added 2023-10-31 17:21:09 +01:00
roundcube.cf unnessasary class removed 2023-10-27 00:09:54 +02:00
rspamd.cf Fixes for CentOS 2023-10-29 20:13:44 +01:00
strongswan.cf handle for system repos added 2023-10-31 17:21:51 +01:00
sympa.cf install wwsympa service 2023-10-29 20:49:47 +01:00
vim.cf Fixes for fedora 2023-10-22 23:27:25 +02:00
vimbadmin.cf Don't use dovecotadm to set passwords 2023-10-29 20:15:04 +01:00
wget.cf Installs also tar 2023-10-28 01:12:58 +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"
    }
}