Go to file
7u83 7ed2d64081 Fixed formatting 2023-10-04 10:11:04 +02:00
templates Can be configured to use ssl or not 2023-09-30 09:58:07 +02:00
LICENSE Change copright notice 2023-09-24 18:26:29 +02:00
README.md Fixed formatting 2023-10-04 10:11:04 +02:00
apache.cf renamed mfdomain to wmde_libdir 2023-10-02 08:09:38 +02:00
certbot.cf changed data directory 2023-10-04 08:52:01 +02:00
lib.cf Initial commit 2023-09-24 18:16:22 +02:00
vim.cf renamed mfdomain to wmde_libdir 2023-10-02 08:09:38 +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 the the lines seen below to the inputs ands wars section:

{
    "inputs": [
        ...
        "$(wmde_libdir)/lib.cf",
        "$(wmde_libdir)/vim.cf",
        "$(wmde_libdir)/postfix.cf"
    ]
    ,
    "vars":{
        ...
        "wmde_libdir": "wmdelib"
    }
}