-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPolicyfile-remove.lock.json
140 lines (135 loc) · 3.84 KB
/
Policyfile-remove.lock.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
{
"revision_id": "00feeea17af255df5cc7b6abc68bd3968e81092447111897a81a00eeadf3ffbe",
"name": "cafe",
"run_list": [
"recipe[cafe::default]",
"recipe[cafe-test::remove_cafe]"
],
"cookbook_locks": {
"cafe": {
"version": "2.1.0",
"identifier": "d67d1d9380e4e381cac97a920b9a4506c20d674d",
"dotted_decimal_identifier": "60373210998301923.36533238689303450.75895327778637",
"source": ".",
"cache_key": null,
"scm_info": {
"scm": "git",
"remote": "https://github.com/mhedgpeth/cafe-cookbook.git",
"revision": "a259058a9062b728b08341afbc267ff934b10c09",
"working_tree_clean": false,
"published": true,
"synchronized_remote_branches": [
"origin/feature/cafe-uninstall"
]
},
"source_options": {
"path": "."
}
},
"cafe-test": {
"version": "0.1.0",
"identifier": "42ce138c73af18df95ef3ae380b49001f09af09d",
"dotted_decimal_identifier": "18803931818995480.62933774524186804.158338006053021",
"source": "test/cookbooks/cafe-test",
"cache_key": null,
"scm_info": {
"scm": "git",
"remote": "https://github.com/mhedgpeth/cafe-cookbook.git",
"revision": "a259058a9062b728b08341afbc267ff934b10c09",
"working_tree_clean": false,
"published": true,
"synchronized_remote_branches": [
"origin/feature/cafe-uninstall"
]
},
"source_options": {
"path": "test/cookbooks/cafe-test"
}
},
"vcruntime": {
"version": "1.0.3",
"identifier": "055c40f8a5787f84598eb7dde43c218e670c6c10",
"dotted_decimal_identifier": "1508809002809471.37253166430807100.36895497939984",
"cache_key": "vcruntime-1.0.3-supermarket.chef.io",
"origin": "https://supermarket.chef.io:443/api/v1/cookbooks/vcruntime/versions/1.0.3/download",
"source_options": {
"artifactserver": "https://supermarket.chef.io:443/api/v1/cookbooks/vcruntime/versions/1.0.3/download",
"version": "1.0.3"
}
},
"windows": {
"version": "3.1.1",
"identifier": "b73725749cc74ff2005c00f6c692a91e3c6b772f",
"dotted_decimal_identifier": "51570554747799375.68117339517142674.185947327788847",
"cache_key": "windows-3.1.1-supermarket.chef.io",
"origin": "https://supermarket.chef.io:443/api/v1/cookbooks/windows/versions/3.1.1/download",
"source_options": {
"artifactserver": "https://supermarket.chef.io:443/api/v1/cookbooks/windows/versions/3.1.1/download",
"version": "3.1.1"
}
},
"ohai": {
"version": "5.1.0",
"identifier": "0c8f2906d48ae976d03d6eb6c3f39534ea62d795",
"dotted_decimal_identifier": "3535106091551465.33443009520911347.164054503184277",
"cache_key": "ohai-5.1.0-supermarket.chef.io",
"origin": "https://supermarket.chef.io:443/api/v1/cookbooks/ohai/versions/5.1.0/download",
"source_options": {
"artifactserver": "https://supermarket.chef.io:443/api/v1/cookbooks/ohai/versions/5.1.0/download",
"version": "5.1.0"
}
}
},
"default_attributes": {
},
"override_attributes": {
},
"solution_dependencies": {
"Policyfile": [
[
"cafe",
">= 0.0.0"
],
[
"cafe-test",
">= 0.0.0"
],
[
"vcruntime",
"= 1.0.3"
],
[
"windows",
"= 3.1.1"
],
[
"ohai",
"= 5.1.0"
]
],
"dependencies": {
"vcruntime (1.0.3)": [
],
"windows (3.1.1)": [
[
"ohai",
">= 4.0.0"
]
],
"ohai (5.1.0)": [
],
"cafe (2.1.0)": [
[
"vcruntime",
">= 0.0.0"
],
[
"windows",
">= 0.0.0"
]
],
"cafe-test (0.1.0)": [
]
}
}
}