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: contrib/vagrant/README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,14 +36,13 @@ bear in mind that a local Chef Server VM will take up at least 1GB of RAM.
36
36
interface and has more features, like being able to add clients to permission groups.
37
37
38
38
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.
40
40
```bash
41
41
bundle install # Installs gem files like the knife tool
42
42
berks install # Downloads the relevant cookbooks
43
43
# '--ssl-verify' is only needed when using a local Chef Server
44
44
berks upload [--ssl-verify=false] # Upload the cookbooks to the Chef Server
45
45
```
46
-
47
46
48
47
4. The Controller needs to be able to run Vagrant commands on your host machine. It does this via SSH. Therefore
49
48
you will need a running SSH server open on port 22 and a means to broadcast your hostname to local DNS.
0 commit comments