From a1a52dcf587e178a6633445787db6ec0f92bf9bc Mon Sep 17 00:00:00 2001 From: Craig Comstock Date: Fri, 26 Apr 2024 09:19:54 -0500 Subject: [PATCH] Added module 'masterfiles' --- cfbs.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/cfbs.json b/cfbs.json index 78b35b8..e38d95d 100644 --- a/cfbs.json +++ b/cfbs.json @@ -2,6 +2,21 @@ "name": "Example project", "type": "policy-set", "description": "Example description", - "build": [], + "build": [ + { + "name": "masterfiles", + "description": "Official CFEngine Masterfiles Policy Framework (MPF).", + "tags": ["supported", "base"], + "repo": "https://github.com/cfengine/masterfiles", + "by": "https://github.com/cfengine", + "version": "3.21.4", + "commit": "80374429aa8d9f1d5afe952727ae5659caf5e9ef", + "added_by": "cfbs add", + "steps": [ + "run EXPLICIT_VERSION=3.21.4 EXPLICIT_RELEASE=1 ./prepare.sh -y", + "copy ./ ./" + ] + } + ], "git": true }