Skip to content

Commit

Permalink
Added module 'masterfiles'
Browse files Browse the repository at this point in the history
  • Loading branch information
craigcomstock committed Apr 26, 2024
1 parent 0930dcd commit a1a52dc
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion cfbs.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit a1a52dc

Please sign in to comment.