forked from open-policy-agent/contrib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
puppet_catalog.json
48 lines (48 loc) · 1.15 KB
/
puppet_catalog.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"input": {
"puppet": {
"catalog": {
"name": "example",
"version": 1489189468,
"code_id": null,
"catalog_uuid": "9f515de1-aed1-4ac2-a36d-9839dff823f3",
"catalog_format": 1,
"environment": "production",
"resources": [
{
"type": "File",
"title": "/etc/app/config",
"tags": [
"file",
"class",
"foo"
],
"file": "/code/puppet/example_app.pp",
"line": 9,
"exported": false,
"parameters": {
"ensure": "file",
"content": "\"Today is a good day\""
}
},
{
"type": "File",
"title": "/etc/infra/config",
"tags": [
"file",
"class",
"bar"
],
"file": "/code/puppet/example_infra.pp",
"line": 4,
"exported": false,
"parameters": {
"ensure": "file",
"content": "\"Tomorrow is another day\""
}
}
]
}
}
}
}