chef-apply 0.6.0 → 0.6.3
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/i18n/en.yml +14 -14
- data/i18n/errors/en.yml +5 -5
- data/lib/chef_apply/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: c3c0e574b583d84f08985d61344c65598b0c7610f1d865f384efc8892cfdc101
|
|
4
|
+
data.tar.gz: 78ebe1fcea394135f0d634d4fffe5117c61f82d0ea019962cb1179eb67254c22
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: de1291f967fb645e50efc5383688fdaef256dd0829241e35b2b357caac2325853d630684f5a69184a61eb5986701a78a5036bd932f36195741e9d944573c41d0
|
|
7
|
+
data.tar.gz: df183fca89151abb786bc49bc9aaac0d980430baba4235b9098452e4c9a0d7e4f6c20d82995689405c9b35b5f155f7589eff9eb4c5cbbc8c381f922dec0e5e3d
|
data/i18n/en.yml
CHANGED
|
@@ -31,7 +31,7 @@ cli:
|
|
|
31
31
|
options, visit https://docs.chef.io/workstation/privacy/
|
|
32
32
|
|
|
33
33
|
description: |
|
|
34
|
-
Chef Run is a tool to execute ad-hoc tasks using Chef.
|
|
34
|
+
Chef Run is a tool to execute ad-hoc tasks using Chef Infra.
|
|
35
35
|
creating_config: "Creating config file in %1."
|
|
36
36
|
default_config_location: "Location of config file. Default: %1"
|
|
37
37
|
identity_file: "SSH identity file to use when connecting. Keys loaded into ssh-agent will also be used."
|
|
@@ -44,9 +44,9 @@ cli:
|
|
|
44
44
|
Current default: %1
|
|
45
45
|
cookbook_repo_paths: "Comma separated list of cookbook repository paths."
|
|
46
46
|
install_description: |
|
|
47
|
-
Install Chef
|
|
47
|
+
Install Chef Infra Client on the target host(s) if it is not installed.
|
|
48
48
|
This defaults to enabled - the installation will be performed
|
|
49
|
-
if there is no Chef
|
|
49
|
+
if there is no Chef Infra Client on the target(s).
|
|
50
50
|
user_description: |
|
|
51
51
|
Username to use for authentication to the target(s). The same
|
|
52
52
|
username will be used for all targets.
|
|
@@ -102,7 +102,7 @@ cli:
|
|
|
102
102
|
in the form:
|
|
103
103
|
|
|
104
104
|
ssh://[USERNAME]@example.com[:PORT]
|
|
105
|
-
<RESOURCE> A Chef resource, such as 'user' or 'package'
|
|
105
|
+
<RESOURCE> A Chef Infra resource, such as 'user' or 'package'
|
|
106
106
|
<RESOURCE_NAME> The name, usually used to specify what 'thing' to set up with
|
|
107
107
|
the resource. For example, given resource 'user', 'name' would be
|
|
108
108
|
the name of the user you wanted to create.
|
|
@@ -179,16 +179,16 @@ status:
|
|
|
179
179
|
exporting: Generating local policyfile... exporting...
|
|
180
180
|
success: Generating local policyfile... exporting... done!
|
|
181
181
|
install_chef:
|
|
182
|
-
checking_for_client: Checking for Chef
|
|
183
|
-
verifying: Verifying Chef
|
|
184
|
-
downloading: Downloading Chef
|
|
185
|
-
uploading: Uploading Chef
|
|
186
|
-
installing: Installing Chef
|
|
187
|
-
upgrading: Upgrading Chef
|
|
188
|
-
already_present: Chef
|
|
189
|
-
install_success: Successfully installed Chef
|
|
190
|
-
upgrade_success: Successfully upgraded Chef
|
|
191
|
-
failure: "An error occurred while installing Chef
|
|
182
|
+
checking_for_client: Checking for Chef Infra Client.
|
|
183
|
+
verifying: Verifying Chef Infra Client installation.
|
|
184
|
+
downloading: Downloading Chef Infra Client installer into local cache.
|
|
185
|
+
uploading: Uploading Chef Infra Client installer to target.
|
|
186
|
+
installing: Installing Chef Infra Client version %1.
|
|
187
|
+
upgrading: Upgrading Chef Infra Client from version %1 to %2.
|
|
188
|
+
already_present: Chef Infra Client version %1 already installed on target.
|
|
189
|
+
install_success: Successfully installed Chef Infra Client version %1
|
|
190
|
+
upgrade_success: Successfully upgraded Chef Infra Client from version %1 to %2.
|
|
191
|
+
failure: "An error occurred while installing Chef Infra Client: %1"
|
|
192
192
|
converge:
|
|
193
193
|
header: !!pl
|
|
194
194
|
1: Applying %2 from %3 to target.
|
data/i18n/errors/en.yml
CHANGED
|
@@ -71,8 +71,8 @@ errors:
|
|
|
71
71
|
text: |
|
|
72
72
|
The target does not have chef-client installed.
|
|
73
73
|
|
|
74
|
-
This command is powered by the Chef
|
|
75
|
-
on this node, the Chef
|
|
74
|
+
This command is powered by the Chef Infra Client. In order to make use of it
|
|
75
|
+
on this node, the Chef Infra Client must be installed first.
|
|
76
76
|
|
|
77
77
|
Re-running this command without the '--no-install' flag will
|
|
78
78
|
automatically perform the installation.
|
|
@@ -91,12 +91,12 @@ errors:
|
|
|
91
91
|
|
|
92
92
|
CHEFINS003:
|
|
93
93
|
text: |
|
|
94
|
-
The target has an older version of Chef
|
|
94
|
+
The target has an older version of Chef Infra Client installed.
|
|
95
95
|
|
|
96
96
|
The target has version %1 installed, but this command
|
|
97
97
|
requires a minimum version of %2.
|
|
98
98
|
|
|
99
|
-
Please upgrade the Chef
|
|
99
|
+
Please upgrade the Chef Infra Client on this node to version %2 or later.
|
|
100
100
|
|
|
101
101
|
# Local errors trying to create policy to send to target
|
|
102
102
|
CHEFPOLICY001:
|
|
@@ -240,7 +240,7 @@ errors:
|
|
|
240
240
|
|
|
241
241
|
Try...
|
|
242
242
|
- Provide a password with "--password PASSWORD"
|
|
243
|
-
- Provide a key with "
|
|
243
|
+
- Provide a key with "--identity-file PATH/TO/FILE"
|
|
244
244
|
- Enable ssh-agent and add keys
|
|
245
245
|
- Add a host entry to your ssh configuration
|
|
246
246
|
|
data/lib/chef_apply/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: chef-apply
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.6.
|
|
4
|
+
version: 0.6.3
|
|
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-04-
|
|
11
|
+
date: 2021-04-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: mixlib-cli
|