Fixed formatting

This commit is contained in:
7u83 2023-10-04 10:11:04 +02:00
parent a94320cdcc
commit 7ed2d64081
1 changed files with 17 additions and 16 deletions

View File

@ -1,25 +1,26 @@
# wmdeit-cf-files
INSTALL
# 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
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"
}
}
{
"inputs": [
...
"$(wmde_libdir)/lib.cf",
"$(wmde_libdir)/vim.cf",
"$(wmde_libdir)/postfix.cf"
]
,
"vars":{
...
"wmde_libdir": "wmdelib"
}
}