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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9f58ee1ceecfc3a9397bd0d74145c66383b816f0c8243a765e37a6bc57d3ac8f
4
- data.tar.gz: f0a50344f2ebe050798cf3234b33598399f38d9fdeb4898b93906cae4fc1da19
3
+ metadata.gz: 311a2dbb7ef754541993180ca4ea1672991345e9a80d20a384b1a581aaf06dd6
4
+ data.tar.gz: 12929d7438b0ba27baedb550050a9d7d76c2eef19a0b5e55f2ad89396c746fef
5
5
  SHA512:
6
- metadata.gz: ec89450062aed2761888943e9820aeb6f1768bdd6246bead97875cb796d511fb9a4a0ea29c6a07f11c5a006a320195e75c218dd9c38a9fc70c0939c8059b6dff
7
- data.tar.gz: 8c55beb93d5b8273ce79ac50b00cae7db93073d0b4ce76fc7423422bd0d4d6e668bd347303454ef44230d6d5bf55591e74d1270eb8f30230fcd32b59169aa3a7
6
+ metadata.gz: c508b034a33b6f6859947baa0c038bc6334e420c66792613c4a530d907acdcf8d2d9e23f855361f75ca7390fef0bea64e9a318cff1389e4d710ca490bb1908cc
7
+ data.tar.gz: 9a62c6cff0df607c3aaeec9c989648346b184d585b9ac177d837e79db84aaacc96012ac07e40c992d7b38a084a60d9d604473072a0471de733bf2ea09b5af060
@@ -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
@@ -16,5 +16,5 @@
16
16
 
17
17
  module ChefUtils
18
18
  CHEFUTILS_ROOT = File.expand_path("..", __dir__)
19
- VERSION = "17.9.42"
19
+ VERSION = "17.10.0"
20
20
  end
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.9.42
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-01-28 00:00:00.000000000 Z
11
+ date: 2022-03-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: concurrent-ruby