|
|
||
|---|---|---|
| templates | ||
| LICENSE | ||
| README.md | ||
| apache.cf | ||
| certbot.cf | ||
| lib.cf | ||
| vim.cf | ||
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" }
}