chef-apply 0.6.0 → 0.6.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b787c2d47fe3b153a3c8e46613bb62f13b6346a8efad7ae1efe8ece667b3c53c
4
- data.tar.gz: 398bd9ad985fff7b688ce12983c195daadd93048f226834a7463f141c5f71675
3
+ metadata.gz: c3c0e574b583d84f08985d61344c65598b0c7610f1d865f384efc8892cfdc101
4
+ data.tar.gz: 78ebe1fcea394135f0d634d4fffe5117c61f82d0ea019962cb1179eb67254c22
5
5
  SHA512:
6
- metadata.gz: c70ecbd0e62ae60c3fc6e7d9e19e72f44aefa5325f83218f495e6cd42abc5bc7809b76b1a1bf2c06f47375be2f85ad0e4d7bd51a637c6210cc87b9237864e0d7
7
- data.tar.gz: 6564f0e408919ac1ae2b1e611feeb9bd7517117d1a3a2e33240a973ec3bca0ea4577650e2b0c20fc7ae71229965fad38879b1429425bf9ff84f48f0ee16ea5ec
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 client on the target host(s) if it is not installed.
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 client on the target(s).
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 client.
183
- verifying: Verifying Chef client installation.
184
- downloading: Downloading Chef client installer into local cache.
185
- uploading: Uploading Chef client installer to target.
186
- installing: Installing Chef client version %1.
187
- upgrading: Upgrading Chef client from version %1 to %2.
188
- already_present: Chef client version %1 already installed on target.
189
- install_success: Successfully installed Chef client version %1
190
- upgrade_success: Successfully upgraded Chef client from version %1 to %2.
191
- failure: "An error occurred while installing Chef client: %1"
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 client. In order to make use of it
75
- on this node, the Chef client must be installed first.
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 client installed.
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 client on this node to version %2 or later.
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 "-identity-file PATH/TO/FILE"
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
 
@@ -16,5 +16,5 @@
16
16
  #
17
17
 
18
18
  module ChefApply
19
- VERSION = "0.6.0".freeze
19
+ VERSION = "0.6.3".freeze
20
20
  end
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.0
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-04 00:00:00.000000000 Z
11
+ date: 2021-04-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mixlib-cli