Go to file
Tube fb7878aa8f Merge branch 'main' of https://srcsrv.wikimedia.de/WMDE/wmdeit-cf-wmdelib 2023-11-01 16:00:52 +01:00
scripts Initial commit 2023-11-01 00:31:26 +01:00
templates Options for ssl and protocols 2023-10-31 17:25:01 +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 Directory options and parameter for php handler 2023-10-28 01:09:54 +02:00
certbot.cf Removed reports 2023-11-01 15:57:38 +01:00
dovecot.cf Sieve stuff integrated 2023-10-31 20:33:56 +01:00
git.cf Initial commit 2023-10-09 12:16:05 +02:00
lib.cf download_file bundle added 2023-11-01 15:58:35 +01:00
mailserver.cf Initial commit 2023-10-31 20:42:18 +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 Added mdules for FreeBSD 2023-11-01 15:59:02 +01:00
postfix.cf bundle nitsall_ostfix_pkgs added 2023-10-31 17:21:09 +01:00
roundcube.cf Download by version is possible 2023-11-01 15:59:28 +01:00
rspamd.cf honors os release version in centos 2023-10-31 17:22:18 +01:00
strongswan.cf handle for system repos added 2023-10-31 17:21:51 +01:00
sympa.cf Creates SQL backups 2023-10-31 17:22:50 +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 wget istall some pkgs which are missong on some ssyystems 2023-11-01 15:59:49 +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"
    }
}