Fixed formatting
This commit is contained in:
parent
a94320cdcc
commit
7ed2d64081
33
README.md
33
README.md
|
@ -1,25 +1,26 @@
|
||||||
# wmdeit-cf-files
|
# wmdeit-cf-files
|
||||||
|
|
||||||
INSTALL
|
# INSTALL
|
||||||
|
|
||||||
Assuming your CFEngine installation resists under /var/cfengine run
|
Assuming your CFEngine installation resists under /var/cfengine run
|
||||||
the following commands:
|
the following commands:
|
||||||
|
|
||||||
cd /var/cfengine/masterfiles
|
cd /var/cfengine/masterfiles
|
||||||
git clone https://srcsrv.wikimedia.de/WMDE/wmdeit-cf-wmdelib.git wmdelib
|
git clone https://srcsrv.wikimedia.de/WMDE/wmdeit-cf-wmdelib.git wmdelib
|
||||||
|
|
||||||
Edit the file /var/cfengine/masterfiles/def.json and the the lines
|
Edit the file /var/cfengine/masterfiles/def.json and the the lines
|
||||||
seen below to the inputs ands wars section:
|
seen below to the inputs ands wars section:
|
||||||
|
|
||||||
{
|
{
|
||||||
"inputs": [
|
"inputs": [
|
||||||
...
|
...
|
||||||
"$(wmde\_libdir)/lib.cf",
|
"$(wmde_libdir)/lib.cf",
|
||||||
"$(wmde\_libdir)/vim.cf",
|
"$(wmde_libdir)/vim.cf",
|
||||||
"$(wmde\_libdir)/postfix.cf"
|
"$(wmde_libdir)/postfix.cf"
|
||||||
],
|
]
|
||||||
"vars":{
|
,
|
||||||
...
|
"vars":{
|
||||||
"wmde\_libdir": "wmdelib"
|
...
|
||||||
}
|
"wmde_libdir": "wmdelib"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue