chef-utils 16.13.16 → 16.14.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/chef-utils/dist.rb +5 -0
- data/lib/chef-utils/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 422365b303cc61d9ae22d9895c6aa94e0730d15268a9f315bdb75e3095f6f08d
|
|
4
|
+
data.tar.gz: b4940a5c92ef5ff622d4eceab3182cc02cff8ca121d35196367cf5431bb32bed
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e6b2266124c3cb070ec79ba444dbf87849d4aaea9d330661ecae8cf76b7804570ec862002fd3d4d019b55edb2e878a17c47c2a8b91d2bbe0b3444980cd405b32
|
|
7
|
+
data.tar.gz: e48bb6cbc3aba6199d01b86cfaf3c1d195a76a3eeb206bf2f6ff54885ce2196357096bc39c6785d66f656d03a6d0318adf39c27ad5ceda36869d4bf74b97a4c7
|
data/lib/chef-utils/dist.rb
CHANGED
|
@@ -87,6 +87,11 @@ module ChefUtils
|
|
|
87
87
|
EXEC = "chef-solo"
|
|
88
88
|
end
|
|
89
89
|
|
|
90
|
+
class Workstation
|
|
91
|
+
# The suffix for Chef Workstation's /opt/chef-workstation or C:\\opscode\chef-workstation
|
|
92
|
+
DIR_SUFFIX = "chef-workstation"
|
|
93
|
+
end
|
|
94
|
+
|
|
90
95
|
class Zero
|
|
91
96
|
# chef-zero executable
|
|
92
97
|
PRODUCT = "Chef Infra Zero"
|
data/lib/chef-utils/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: chef-utils
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 16.
|
|
4
|
+
version: 16.14.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Chef Software, Inc
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-07-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description:
|
|
14
14
|
email:
|