Skip to content

Commit e41892d

Browse files
committed
and so on
Signed-off-by: Ian Maddaus <[email protected]>
1 parent 2924d2f commit e41892d

19 files changed

+31
-78
lines changed

content/azure_chef_cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ The extension has the following options that can be provided in the
196196

197197
`chef_node_name`
198198

199-
: Determines which configuration should be applied and sets the `client_name`, which is the name used when authenticating to a Chef Infra Server. The default value is the the Chef Infra Client FQDN, as detected by Ohai. In general, Chef recommends that you leave this setting blank and let Ohai assign the FQDN of the node as the `node_name` during each Chef Infra Client run.
199+
: Determines which configuration should be applied and sets the `client_name`, which is the name used when authenticating to a Chef Infra Server. The default value is the Chef Infra Client FQDN, as detected by Ohai. In general, Chef recommends that you leave this setting blank and let Ohai assign the FQDN of the node as the `node_name` during each Chef Infra Client run.
200200

201201
`chef_server_url`
202202

content/chef_client_security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The `trusted_certs` directory on Chef Workstation and in Chef Infra Client works
4545

4646
Place private and self-signed certificates in the `trusted_certs` directory to use them within Chef Infra Client and Workstation tools.
4747

48-
Use the the [chef_client_trusted_certificate]({{< relref "/resources/chef_client_trusted_certificate" >}}) Chef Infra Client resource to manage these certificates continuously.
48+
Use the [chef_client_trusted_certificate]({{< relref "/resources/chef_client_trusted_certificate" >}}) Chef Infra Client resource to manage these certificates continuously.
4949

5050
#### trusted_certs Locations
5151

content/chef_deprecations_client.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ of Chef comes out.
246246
</tr>
247247
<tr>
248248
<td><a href="/deprecations_map_collision/">CHEF-25</a></td>
249-
<td>Resource(s) in a cookbook collide with the same resource(s) now included in Chef Infra Client.</td>
249+
<td>Resources in a cookbook collide with the same resources now included in Chef Infra Client.</td>
250250
<td>XX.X</td>
251251
<td>15.0</td>
252252
</tr>

content/community_contributions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Questions on how to use Chef Infra should be sent as Support Tickets if you have
4949

5050
## Contribution Process
5151

52-
We have a four step process for contributions:
52+
Follow these steps to submit a contribution:
5353

5454
1. Fork the project repository to your own GitHub account.
5555
2. Commit your changes to your fork, making sure to sign-off those changes for the Developer Certificate of Origin with `git commit -s`
@@ -114,7 +114,7 @@ By making a contribution to this project, I certify that:
114114
are public and that a record of the contribution (including
115115
all personal information I submit with it, including my
116116
sign-off) is maintained indefinitely and may be redistributed
117-
consistent with this project or the open source license(s)
117+
consistent with this project or the open source licenses
118118
involved.
119119
```
120120

content/community_guidelines.md

Lines changed: 0 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -133,53 +133,6 @@ Community Organizers who don't follow or enforce the Code of Conduct in
133133
good faith may face temporary or permanent repercussions as determined
134134
by other members of the project's leadership.
135135

136-
## Roles
137-
138-
The following are the various roles of our **Community Organizers** and
139-
the person(s) assigned to each role:
140-
141-
- The **Deciders** have final say on community guidelines and final
142-
authority on correct actions and appeals.
143-
- The **Community Advocates** may be assigned for each area where the
144-
community convenes online (Slack, email list, GitHub, etc.).
145-
Community Advocates are volunteers who have the best interests of
146-
our community in mind. They act in good faith to help enforce our
147-
community guidelines and respond to incidents when they occur.
148-
- The **Project Maintainers** are expected to conduct their behavior
149-
in line with the Code of Conduct and are individually responsible
150-
for both escalating to a **Community Advocate** in case of
151-
witnessing an incident, and helping to foster the community.
152-
- A **Community Member** is anyone who participates with the community
153-
whether in-person or using online channels. Community members are
154-
responsible for following the community guidelines, suggesting
155-
updates to the guidelines when warranted, and helping enforce
156-
community guidelines.
157-
158-
<!-- markdownlint-disable MD033 -->
159-
160-
<table>
161-
<colgroup>
162-
<col style="width: 33%" />
163-
<col style="width: 33%" />
164-
<col style="width: 33%" />
165-
</colgroup>
166-
<thead>
167-
<tr class="header">
168-
<th>Role</th>
169-
<th>Name</th>
170-
<th>Contact Info</th>
171-
</tr>
172-
</thead>
173-
<tbody>
174-
<tr>
175-
<td>Community Advocate</td>
176-
<td>benny Vasquez</td>
177-
<td><a href="[email protected]">[email protected]</a></td>
178-
</tr>
179-
</tbody>
180-
</table>
181-
<!-- markdownlint-enable MD033 -->
182-
183136
## Consequences of Unacceptable Behavior
184137

185138
Unacceptable behavior from any community member, including sponsors and

content/ctl_chef_client.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ When running the Chef Infra Client using the `--local-mode` option,
631631
Another example of running the Chef Infra Client as a non-root user
632632
involves using resources to pass sudo commands as as an attribute on the
633633
resource. For example, the **service** resource uses a series of
634-
`_command` attributes (like `start_command`, `stop_command`, and so on),
634+
`_command` attributes (like `start_command` or `stop_command`),
635635
the **package**-based resources use the `options` attribute, and the
636636
**script**-based resources use the `code` attribute.
637637

content/debug.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ include:
134134

135135
* Using the **chef_handler** resource
136136
* Using the chef-shell and the **breakpoint** resource to add breakpoints to recipes, and to then step through the recipes using the breakpoints
137-
* Using the `debug_value` method from chef-shell to identify the location(s) from which attribute values are being set
137+
* Using the `debug_value` method from chef-shell to identify the locations from which attribute values are being set
138138
* Using the `ignore_failure` method in a recipe to force Chef Infra Client to move past an error to see what else is going on in the recipe, outside of a known failure
139139
* Using chef-solo to run targeted Chef Infra Client runs for specific scenarios
140140

@@ -335,9 +335,9 @@ where
335335
* Each attribute value shown is the value that's set for that precedence level
336336
* `:not_present` is shown for any attribute precedence level that has no attributes
337337

338-
### ignore_failure Method
338+
### ignore_failure method
339339

340-
All resources share a set of common actions, attributes, and so on. Use the following attribute in a resource to help identify where an issue within a recipe may be located:
340+
All resources share a set of common actions, attributes, and other properties. Use the following attribute in a resource to help identify where an issue within a recipe may be located:
341341

342342
| Attribute | Description |
343343
|----------------|---------------------------------------------------------------------------------------|

content/deprecations_map_collision.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ sitemapExclude = true
88
aliases = "/deprecations_map_collision.html"
99
+++
1010

11-
The resource(s) referenced in the error message has been loaded from a
11+
The resources referenced in the error message has been loaded from a
1212
cookbook. This resource is now included in Chef Infra Client and will
1313
take precedence over the existing cookbook resource in the next major
1414
release of Chef Infra Client (15.0, April 2019). Alternatively, there

content/handlers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ A custom handler can be created to support any situation. The easiest way to bui
169169

170170
### Syntax
171171

172-
The syntax for a handler can vary, depending on what the the situations the handler is being asked to track, the type of handler being used, and so on. All custom exception and report handlers are defined using Ruby and must be a subclass of the `Chef::Handler` class.
172+
The syntax for a handler can vary depending on what the situations the handler is being asked to track, for example the handler type being used. All custom exception and report handlers are defined using Ruby and must be a subclass of the `Chef::Handler` class.
173173

174174
```ruby
175175
require 'chef/log'

content/infra_language/editing_resources.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ declare_resource(:resource_type, 'resource_name', resource_attrs_block)
2323

2424
where:
2525

26-
- `:resource_type` is the resource type, such as `:file` (for the **file** resource), `:template` (for the **template** resource), and so on. Any resource available to Chef may be declared.
26+
- `:resource_type` is the resource type, such as `:file` (for the **file** resource) or `:template` (for the **template** resource). Any resource available to Chef may be declared.
2727
- `resource_name` the property that's the default name of the resource, typically the string that appears in the `resource 'name' do` block of a resource (but not always); see the Syntax section for the resource to be declared to verify the default name property.
2828
- `resource_attrs_block` is a block in which properties of the instantiated resource are declared.
2929

@@ -55,7 +55,7 @@ delete_resource(:resource_type, 'resource_name')
5555

5656
where:
5757

58-
- `:resource_type` is the resource type, such as `:file` (for the **file** resource), `:template` (for the **template** resource), and so on. Any resource available to Chef may be declared.
58+
- `:resource_type` is the resource type, such as `:file` (for the **file** resource) or `:template` (for the **template** resource). Any resource available to Chef may be declared.
5959
- `resource_name` the property that's the default name of the resource, typically the string that appears in the `resource 'name' do` block of a resource (but not always); see the Syntax section for the resource to be declared to verify the default name property.
6060

6161
For example:
@@ -78,7 +78,7 @@ delete_resource!(:resource_type, 'resource_name')
7878

7979
where:
8080

81-
- `:resource_type` is the resource type, such as `:file` (for the **file** resource), `:template` (for the **template** resource), and so on. Any resource available to Chef Infra may be declared.
81+
- `:resource_type` is the resource type, such as `:file` (for the **file** resource) or `:template` (for the **template** resource). Any resource available to Chef Infra may be declared.
8282
- `resource_name` the property that's the default name of the resource, typically the string that appears in the `resource 'name' do` block of a resource (but not always); see the Syntax section for the resource to be declared to verify the default name property.
8383

8484
For example:
@@ -102,7 +102,7 @@ edit_resource(:resource_type, 'resource_name', resource_attrs_block)
102102

103103
where:
104104

105-
- `:resource_type` is the resource type, such as `:file` (for the **file** resource), `:template` (for the **template** resource), and so on. Any resource available to Chef may be declared.
105+
- `:resource_type` is the resource type, such as `:file` (for the **file** resource) or `:template` (for the **template** resource). Any resource available to Chef may be declared.
106106
- `resource_name` the property that's the default name of the resource, typically the string that appears in the `resource 'name' do` block of a resource (but not always); see the Syntax section for the resource to be declared to verify the default name property.
107107
- `resource_attrs_block` is a block in which properties of the instantiated resource are declared.
108108

@@ -142,7 +142,7 @@ edit_resource!(:resource_type, 'resource_name')
142142

143143
where:
144144

145-
- `:resource_type` is the resource type, such as `:file` (for the **file** resource), `:template` (for the **template** resource), and so on. Any resource available to Chef may be declared.
145+
- `:resource_type` is the resource type, such as `:file` (for the **file** resource) or `:template` (for the **template** resource). Any resource available to Chef may be declared.
146146
- `resource_name` the property that's the default name of the resource, typically the string that appears in the `resource 'name' do` block of a resource (but not always); see the Syntax section for the resource to be declared to verify the default name property.
147147
- `resource_attrs_block` is a block in which properties of the instantiated resource are declared.
148148

@@ -167,7 +167,7 @@ find_resource(:resource_type, 'resource_name')
167167

168168
where:
169169

170-
- `:resource_type` is the resource type, such as `:file` (for the **file** resource), `:template` (for the **template** resource), and so on. Any resource available to Chef may be declared.
170+
- `:resource_type` is the resource type, such as `:file` (for the **file** resource) or `:template` (for the **template** resource). Any resource available to Chef may be declared.
171171
- `resource_name` the property that's the default name of the resource, typically the string that appears in the `resource 'name' do` block of a resource (but not always); see the Syntax section for the resource to be declared to verify the default name property.
172172

173173
For example:
@@ -199,7 +199,7 @@ find_resource!(:resource_type, 'resource_name')
199199

200200
where:
201201

202-
- `:resource_type` is the resource type, such as `:file` (for the **file** resource), `:template` (for the **template** resource), and so on. Any resource available to Chef may be declared.
202+
- `:resource_type` is the resource type, such as `:file` (for the **file** resource) or `:template` (for the **template** resource). Any resource available to Chef may be declared.
203203
- `resource_name` the property that's the default name of the resource, typically the string that appears in the `resource 'name' do` block of a resource (but not always); see the Syntax section for the resource to be declared to verify the default name property.
204204

205205
For example:

0 commit comments

Comments
 (0)