Skip to content

Commit fcdc2d8

Browse files
committed
Added module 'masterfiles'
1 parent b3cd021 commit fcdc2d8

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

cfbs.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,20 @@
33
"description": "Example description",
44
"type": "policy-set",
55
"git": true,
6-
"build": []
6+
"build": [
7+
{
8+
"name": "masterfiles",
9+
"description": "Official CFEngine Masterfiles Policy Framework (MPF).",
10+
"tags": ["supported", "base"],
11+
"repo": "https://github.com/cfengine/masterfiles",
12+
"by": "https://github.com/cfengine",
13+
"version": "3.24.2",
14+
"commit": "5c49f1ed1c3a4ecfc46b4b61296ff5dd38991f33",
15+
"added_by": "cfbs init",
16+
"steps": [
17+
"run EXPLICIT_VERSION=3.24.2 EXPLICIT_RELEASE=1 ./prepare.sh -y",
18+
"copy ./ ./"
19+
]
20+
}
21+
]
722
}

0 commit comments

Comments
 (0)