Skip to content

Commit 3c5178a

Browse files
committed
Fixed grammer error
1 parent a961ea3 commit 3c5178a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

contrib/vagrant/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,13 @@ bear in mind that a local Chef Server VM will take up at least 1GB of RAM.
3636
interface and has more features, like being able to add clients to permission groups.
3737

3838
3. Now you can follow the standard deis setup:
39-
* If your running a local chef server you should adjust the `Gemfile` and make sure the version of berkshelf is 3.0.x. This is needed for the `--ssl-verify=false` to work correctly.
39+
* If you're running a local chef server, you should adjust the `Gemfile` and make sure the version of berkshelf is 3.0.x. This is needed for the `--ssl-verify` option to work correctly.
4040
```bash
4141
bundle install # Installs gem files like the knife tool
4242
berks install # Downloads the relevant cookbooks
4343
# '--ssl-verify' is only needed when using a local Chef Server
4444
berks upload [--ssl-verify=false] # Upload the cookbooks to the Chef Server
4545
```
46-
4746

4847
4. The Controller needs to be able to run Vagrant commands on your host machine. It does this via SSH. Therefore
4948
you will need a running SSH server open on port 22 and a means to broadcast your hostname to local DNS.

0 commit comments

Comments
 (0)