Merge pull request #10772 from briancain/fixup-provision-shell-docs

Remove *I* from documentation
This commit is contained in:
Brian Cain 2019-04-02 10:18:04 -07:00 committed by GitHub
commit 1fe8712ec2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -15,7 +15,7 @@ The Vagrant Ansible provisioner allows you to provision the guest using [Ansible
<div class="alert alert-warning"> <div class="alert alert-warning">
<strong>Warning:</strong> <strong>Warning:</strong>
If you are not familiar with Ansible and Vagrant already, I recommend starting with the <a href="/docs/provisioning/shell.html">shell provisioner</a>. However, if you are comfortable with Vagrant already, Vagrant is a great way to learn Ansible. If you are not familiar with Ansible and Vagrant already, we recommend starting with the <a href="/docs/provisioning/shell.html">shell provisioner</a>. However, if you are comfortable with Vagrant already, Vagrant is a great way to learn Ansible.
</div> </div>
## Setup Requirements ## Setup Requirements

View File

@ -15,7 +15,7 @@ The Vagrant Ansible Local provisioner allows you to provision the guest using [A
<div class="alert alert-warning"> <div class="alert alert-warning">
<strong>Warning:</strong> <strong>Warning:</strong>
If you are not familiar with Ansible and Vagrant already, I recommend starting with the <a href="/docs/provisioning/shell.html">shell provisioner</a>. However, if you are comfortable with Vagrant already, Vagrant is a great way to learn Ansible. If you are not familiar with Ansible and Vagrant already, we recommend starting with the <a href="/docs/provisioning/shell.html">shell provisioner</a>. However, if you are comfortable with Vagrant already, Vagrant is a great way to learn Ansible.
</div> </div>
## Setup Requirements ## Setup Requirements

View File

@ -22,7 +22,7 @@ and client key registration.
<div class="alert alert-warning"> <div class="alert alert-warning">
<strong>Warning:</strong> If you are not familiar with Chef and Vagrant already, <strong>Warning:</strong> If you are not familiar with Chef and Vagrant already,
I recommend starting with the <a href="/docs/provisioning/shell.html">shell we recommend starting with the <a href="/docs/provisioning/shell.html">shell
provisioner</a>. However, if you are comfortable with Vagrant already, Vagrant provisioner</a>. However, if you are comfortable with Vagrant already, Vagrant
is the best way to learn Chef. is the best way to learn Chef.
</div> </div>

View File

@ -123,7 +123,7 @@ Vagrant.configure("2") do |config|
end end
``` ```
I understand that if you are not familiar with Ruby, the above may seem very It is understandable that if you are not familiar with Ruby, the above may seem very
advanced or foreign. But do not fear, what it is doing is quite simple: advanced or foreign. But do not fear, what it is doing is quite simple:
the script is assigned to a global variable `$script`. This global variable the script is assigned to a global variable `$script`. This global variable
contains a string which is then passed in as the inline script to the contains a string which is then passed in as the inline script to the