From a94320cdcc01c128e610d967597c7dddba076a33 Mon Sep 17 00:00:00 2001 From: Tobias Herre Date: Wed, 4 Oct 2023 08:52:14 +0200 Subject: [PATCH] Install instructions --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index 265f010..9fe57f1 100644 --- a/README.md +++ b/README.md @@ -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" + } + +}