idlc-sdk-build 1.1.1 → 1.1.2
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a682db67183804eb5aa44b127e656625eb6a8afc4a21635c71ac35213bd98e94
|
4
|
+
data.tar.gz: 3b9ea6bf2e84a64b20d6370cd81ab34c79a548e31a78ad5f32232c68db17fbe1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a1efa0fa74c9c8c91ff9ec431dc0ff93f12ca542580f0b56e1a8a9bcb4313c56208da8885a80e9a8f2614966b5f5dced997174d34264d90ca33b3e3cc99934fc
|
7
|
+
data.tar.gz: a9bb15911434748c2a351d44799e55f95118a81263fdae0428796f27320625eb38b9049d2653dcc9d580b070fa2876a5f50ff2cc5c5fa27153fded0e3e2e5c7b
|
@@ -53,7 +53,8 @@
|
|
53
53
|
{
|
54
54
|
"type": "powershell",
|
55
55
|
"inline": [
|
56
|
-
"Add-Type -AssemblyName System.IO.Compression.FileSystem
|
56
|
+
"Add-Type -AssemblyName System.IO.Compression.FileSystem",
|
57
|
+
"[System.IO.Compression.ZipFile]::ExtractToDirectory('{{user `chef_dir`}}/cookbooks.zip', '{{user `chef_dir`}}')"
|
57
58
|
]
|
58
59
|
},
|
59
60
|
{
|