chef-utils 17.9.42 → 17.10.0
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 +6 -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: 311a2dbb7ef754541993180ca4ea1672991345e9a80d20a384b1a581aaf06dd6
|
|
4
|
+
data.tar.gz: 12929d7438b0ba27baedb550050a9d7d76c2eef19a0b5e55f2ad89396c746fef
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c508b034a33b6f6859947baa0c038bc6334e420c66792613c4a530d907acdcf8d2d9e23f855361f75ca7390fef0bea64e9a318cff1389e4d710ca490bb1908cc
|
|
7
|
+
data.tar.gz: 9a62c6cff0df607c3aaeec9c989648346b184d585b9ac177d837e79db84aaacc96012ac07e40c992d7b38a084a60d9d604473072a0471de733bf2ea09b5af060
|
data/lib/chef-utils/dist.rb
CHANGED
|
@@ -96,6 +96,9 @@ module ChefUtils
|
|
|
96
96
|
|
|
97
97
|
# the name of the overall infra product
|
|
98
98
|
PRODUCT = "Chef Infra"
|
|
99
|
+
|
|
100
|
+
# Omnitruck URL
|
|
101
|
+
OMNITRUCK_URL = "https://omnitruck.chef.io/install.sh"
|
|
99
102
|
end
|
|
100
103
|
|
|
101
104
|
class Server
|
|
@@ -113,6 +116,9 @@ module ChefUtils
|
|
|
113
116
|
|
|
114
117
|
# OS user for server
|
|
115
118
|
SYSTEM_USER = "opscode"
|
|
119
|
+
|
|
120
|
+
# The server`s docs URL
|
|
121
|
+
SERVER_DOCS = "https://docs.chef.io/server/"
|
|
116
122
|
end
|
|
117
123
|
|
|
118
124
|
class Solo
|
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: 17.
|
|
4
|
+
version: 17.10.0
|
|
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: 2022-
|
|
11
|
+
date: 2022-03-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: concurrent-ruby
|