-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathcfbs.json
More file actions
23 lines (23 loc) · 711 Bytes
/
cfbs.json
File metadata and controls
23 lines (23 loc) · 711 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "scl",
"description": "SURF CFEngine Library",
"type": "module",
"provides": {
"scl": {
"name": "scl",
"description": "SURF CFEngine Library",
"repo": "https://github.com/basvandervlies/cf_surfsara_lib",
"version": "master",
"dependencies": ["masterfiles", "autorun"],
"steps": [
"copy ./masterfiles/lib/scl/ lib/scl/",
"copy ./masterfiles/services/autorun/scl.cf services/autorun/scl.cf",
"copy ./modules/ modules/scl/",
"copy ./scl_example.json scl_example.json",
"copy ./services/ services/scl/",
"copy ./templates/ lib/scl/.git/templates",
"json scl_example.json def.json"
]
}
}
}