chef-cli 5.4.1 → 5.4.2
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 180e1e5895a8604a176373f4487965112e6e654e3ccdda57702dcd2225fb7fe6
|
4
|
+
data.tar.gz: cc9cdf43be85e79ab4570df9ab1842f17bdf9734d41ba79d2613705d81569ef8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0cdae9558d564cbe69894be1168c044d53d55774a0477a53d47207b35a9f6f344c27d36565ae7506f423ffd5ac036cff4639b2f6018b2436fa1087f7324374e7
|
7
|
+
data.tar.gz: db0051c734a7d21cba7412efc9e223c8d4eff7eb51f30e9636ce250794fde33f221413d1f2c7fec91525672b8e02b47048e84814557e3d32b0d7c1835f38d933
|
@@ -36,8 +36,8 @@ module ChefCLI
|
|
36
36
|
{
|
37
37
|
"scm" => "git",
|
38
38
|
# To get this info, you need to do something like:
|
39
|
-
# figure out branch or assume '
|
40
|
-
# git config --get branch.
|
39
|
+
# figure out branch or assume 'main'
|
40
|
+
# git config --get branch.main.remote
|
41
41
|
# git config --get remote.opscode.url
|
42
42
|
"remote" => remote,
|
43
43
|
"revision" => revision,
|
@@ -13,7 +13,7 @@ verifier:
|
|
13
13
|
name: inspec
|
14
14
|
|
15
15
|
platforms:
|
16
|
-
# @see https://github.com/chef-cookbooks/testing_examples/blob/
|
16
|
+
# @see https://github.com/chef-cookbooks/testing_examples/blob/main/kitchen.dokken.yml
|
17
17
|
# @see https://hub.docker.com/u/dokken
|
18
18
|
- name: ubuntu-20.04
|
19
19
|
driver:
|
@@ -9,7 +9,7 @@ require 'spec_helper'
|
|
9
9
|
describe '<%= cookbook_name %>::<%= recipe_name %>' do
|
10
10
|
context 'When all attributes are default, on Ubuntu 20.04' do
|
11
11
|
# for a complete list of available platforms and versions see:
|
12
|
-
# https://github.com/chefspec/fauxhai/blob/
|
12
|
+
# https://github.com/chefspec/fauxhai/blob/main/PLATFORMS.md
|
13
13
|
platform 'ubuntu', '20.04'
|
14
14
|
|
15
15
|
it 'converges successfully' do
|
@@ -19,7 +19,7 @@ describe '<%= cookbook_name %>::<%= recipe_name %>' do
|
|
19
19
|
|
20
20
|
context 'When all attributes are default, on CentOS 8' do
|
21
21
|
# for a complete list of available platforms and versions see:
|
22
|
-
# https://github.com/chefspec/fauxhai/blob/
|
22
|
+
# https://github.com/chefspec/fauxhai/blob/main/PLATFORMS.md
|
23
23
|
platform 'centos', '8'
|
24
24
|
|
25
25
|
it 'converges successfully' do
|
data/lib/chef-cli/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: chef-cli
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 5.4.
|
4
|
+
version: 5.4.2
|
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-09-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: mixlib-cli
|