Fixed formatting
This commit is contained in:
parent
a94320cdcc
commit
7ed2d64081
15
README.md
15
README.md
|
@ -1,6 +1,7 @@
|
|||
# wmdeit-cf-files
|
||||
|
||||
INSTALL
|
||||
# INSTALL
|
||||
|
||||
Assuming your CFEngine installation resists under /var/cfengine run
|
||||
the following commands:
|
||||
|
||||
|
@ -13,13 +14,13 @@ seen below to the inputs ands wars section:
|
|||
{
|
||||
"inputs": [
|
||||
...
|
||||
"$(wmde\_libdir)/lib.cf",
|
||||
"$(wmde\_libdir)/vim.cf",
|
||||
"$(wmde\_libdir)/postfix.cf"
|
||||
],
|
||||
"$(wmde_libdir)/lib.cf",
|
||||
"$(wmde_libdir)/vim.cf",
|
||||
"$(wmde_libdir)/postfix.cf"
|
||||
]
|
||||
,
|
||||
"vars":{
|
||||
...
|
||||
"wmde\_libdir": "wmdelib"
|
||||
"wmde_libdir": "wmdelib"
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue