Install instructions

This commit is contained in:
Tobias Herre 2023-10-04 08:52:14 +02:00
parent c601e04efe
commit a94320cdcc
1 changed files with 23 additions and 0 deletions

View File

@ -1,2 +1,25 @@
# 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"
}
}