You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/attribute_arrays.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ override_attributes(
29
29
)
30
30
```
31
31
32
-
But what if all of the web servers are not the same? What if some of the web servers required a single attribute to have a different value? You could store these settings in two locations, once just like the preceding example and once just like the following:
32
+
But what if all of the web servers aren't the same? What if some of the web servers required a single attribute to have a different value? You could store these settings in two locations, once just like the preceding example and once just like the following:
33
33
34
34
```ruby
35
35
override_attributes(
@@ -44,7 +44,7 @@ override_attributes(
44
44
)
45
45
```
46
46
47
-
But that is not efficient, especially because most of them are identical. The deep merge capabilities of Chef Infra Client allows attributes to be layered across cookbooks, recipes, roles, and environments. This allows an attribute to be reused across nodes, making use of default attributes set at the cookbook level, but also providing a way for certain attributes (with a higher attribute precedence) to be applied only when they are supposed to be.
47
+
But that isn't efficient, especially because most of them are identical. The deep merge capabilities of Chef Infra Client allows attributes to be layered across cookbooks, recipes, roles, and environments. This allows an attribute to be reused across nodes, making use of default attributes set at the cookbook level, but also providing a way for certain attributes (with a higher attribute precedence) to be applied only when they're supposed to be.
48
48
49
49
For example, a role named `baseline.rb`:
50
50
@@ -115,7 +115,7 @@ to produce results like this:
115
115
}
116
116
```
117
117
118
-
Even though the `web.rb` file does not contain attributes and values for `minspareservers`, `maxspareservers`, `serverlimit`, `maxclients`, and `maxrequestsperchild`, the deep merge capabilities pulled them in.
118
+
Even though the `web.rb` file doesn't contain attributes and values for `minspareservers`, `maxspareservers`, `serverlimit`, `maxclients`, and `maxrequestsperchild`, the deep merge capabilities pulled them in.
Copy file name to clipboardExpand all lines: content/attribute_precedence.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ The attribute precedence order for the sources "roles" and "environments" are op
29
29
Applying the role `override` first lets you use the same role in a set of environments.
30
30
Applying the environment `override` on top of the role `override` lets you define a subset of these with environment-specific settings.
31
31
32
-
This is useful if you have an environment that is different within a sub-set of a role. For example, the role for an application server may exist in all environments, but one environment may use a different database server.
32
+
This is useful if you have an environment that's different within a sub-set of a role. For example, the role for an application server may exist in all environments, but one environment may use a different database server.
Copy file name to clipboardExpand all lines: content/azure_chef_cli.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ machines in Microsoft Azure.
29
29
### get-chef
30
30
31
31
Use the `get-chef` command to get the details for the Azure Chef
32
-
Extension that is running on the named virtual machine.
32
+
Extension that's running on the named virtual machine.
33
33
34
34
#### Syntax
35
35
@@ -78,7 +78,7 @@ This command has the following options:
78
78
79
79
`-j JSON`, `--bootstrap-options JSON`
80
80
81
-
: A JSON string that is added to the first run of a Chef Infra Client.
81
+
: A JSON string that's added to the first run of a Chef Infra Client.
82
82
For example:
83
83
84
84
```bash
@@ -196,7 +196,7 @@ The extension has the following options that can be provided in the
196
196
197
197
`chef_node_name`
198
198
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.
200
200
201
201
`chef_server_url`
202
202
@@ -208,7 +208,7 @@ The extension has the following options that can be provided in the
208
208
209
209
`secret`
210
210
211
-
: The encryption key that is used for values contained within a data bag item.
211
+
: The encryption key that's used for values contained within a data bag item.
Copy file name to clipboardExpand all lines: content/azure_powershell.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ on virtual machines in Microsoft Azure.
22
22
### Get-AzureVMChefExtension
23
23
24
24
Use the `Get-AzureVMChefExtension` cmdlet to get the details for the
25
-
Azure Chef Extension that is running on the named virtual machine.
25
+
Azure Chef Extension that's running on the named virtual machine.
26
26
27
27
#### Syntax
28
28
@@ -70,11 +70,11 @@ This cmdlet has the following options:
70
70
71
71
`-AutoUpdateChefClient`
72
72
73
-
: Automatically update . Set to `true` to automatically update the version of the Azure Chef Extension when the virtual machine is restarted. For example, if this option is enabled, a virtual machine that has version `1205.12.2.0` will be updated automatically to `1205.12.2.1` when it is published.
73
+
: Automatically update . Set to `true` to automatically update the version of the Azure Chef Extension when the virtual machine is restarted. For example, if this option is enabled, a virtual machine that has version `1205.12.2.0` will be updated automatically to `1205.12.2.1` when it's published.
74
74
75
75
`-BootstrapOptions <string>`
76
76
77
-
: A JSON string that is added to the first run of a Chef Infra Client.
77
+
: A JSON string that's added to the first run of a Chef Infra Client.
A **Test Drive** is a ready-to-go environment that allows you to experience Chef Automate for free, without an Azure subscription (You will need a [Microsoft account](https://signup.live.com/). The Test Drive comes already provisioned---you do not need to download, set up, or configure it---instead, you can spend two hours evaluating the user experience, key features, and benefits of the product.
25
+
A **Test Drive** is a ready-to-go environment that allows you to experience Chef Automate for free, without an Azure subscription (You will need a [Microsoft account](https://signup.live.com/). The Test Drive comes already provisioned---you don't need to download, set up, or configure it---instead, you can spend two hours evaluating the user experience, key features, and benefits of the product.
The following information applies to on-premises Chef Infra Server and does not apply to Hosted Chef.
34
+
The following information applies to on-premises Chef Infra Server and doesn't apply to Hosted Chef.
35
35
36
36
{{< /warning >}}
37
37
@@ -41,11 +41,11 @@ The following information applies to on-premises Chef Infra Server and does not
41
41
42
42
Your organization may use a private Certificate Authority (CA) to generate SSL Certificates or they may create self-signed SSL certificates to use on internal networks or during software development and testing.
43
43
44
-
The `trusted_certs` directory on Chef Workstation and in Chef Infra Client works as a trusted certificate store for all communication in the Chef Infra system. Chef Infra trusts all SSL certificates stored in this directory--including certificates that are not issued by a trusted Certificate Authority (CA).
44
+
The `trusted_certs` directory on Chef Workstation and in Chef Infra Client works as a trusted certificate store for all communication in the Chef Infra system. Chef Infra trusts all SSL certificates stored in this directory--including certificates that aren't issued by a trusted Certificate Authority (CA).
45
45
46
46
Place private and self-signed certificates in the `trusted_certs` directory to use them within Chef Infra Client and Workstation tools.
47
47
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.
49
49
50
50
#### trusted_certs Locations
51
51
@@ -67,7 +67,7 @@ When you bootstrap a node, the Chef Infra Client copies the SSL certificates for
67
67
68
68
Use the `SSL_CERT_FILE` environment variable to specify the location for the SSL certificate authority (CA) bundle for Chef Infra Client.
69
69
70
-
A value for `SSL_CERT_FILE`is not set by default. Unless updated, the locations in which Chef Infra will look for SSL certificates are:
70
+
A value for `SSL_CERT_FILE`isn't set by default. Unless updated, the locations in which Chef Infra will look for SSL certificates are:
71
71
72
72
- Chef Infra Client: `/opt/chef/embedded/ssl/certs/cacert.pem`
73
73
- Chef Workstation: `/opt/chef-workstation/embedded/ssl/certs/cacert.pem`
0 commit comments