Skip to content
This repository has been archived by the owner on Dec 12, 2019. It is now read-only.

Commit

Permalink
some more tweaks and clarifications to the variables page
Browse files Browse the repository at this point in the history
  • Loading branch information
philipnorton42 committed Feb 16, 2015
1 parent 9225247 commit 2c97126
Showing 1 changed file with 19 additions and 5 deletions.
24 changes: 19 additions & 5 deletions usage/variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,10 @@ default value: 22
__use_host_id__

Add RSA or DSA identity from host to guest on 'vagrant up'.
Does not support identites that require a passphrase. Options include:
Does not support identites that require a passphrase.

Options include:

- false : don't add anything
- true : add default files (~/.ssh/id_rsa, ~/.ssh/id_dsa & ~/.ssh/identity)
- "[filename]" : add a specific file e.g. /Users/username/.ssh/[filename]
Expand All @@ -302,6 +305,8 @@ default value: false

__varnish_memory__

Sets the amount of memory that Varnish can use (in Megabytes).

default value: 512

### Other Settings
Expand All @@ -315,7 +320,9 @@ default value: "search_api_solr"
__hosts_file_location__

Local hosts file location.

Default location on *nix hosts is '/etc/hosts'.

Default location for GasMask on OSX is '/Users/< username >/Library/Gas Mask/Local/< file >.hst'.

default value: "/etc/hosts"
Expand All @@ -328,7 +335,7 @@ default value: true

__redis_port__

Redis Port
Sets the port Redis should listen on.

default value: 6379

Expand All @@ -341,7 +348,10 @@ default value: ""

__db_import_up__

Import MySQL database from file on 'vagrant up'. Options include:
Import MySQL database from file on 'vagrant up'.

Options include:

- false - don't import anything
- true - import from vlad_aux/db_io/vlad_up.sql.gz
- "[filename]" - import from vlad_aux/db_io/[filename] (supports .sql, .bz2 and .gz files)
Expand All @@ -350,7 +360,7 @@ default value: false

__add_index_file__

Add the default index.php file (useful to turn off if you are going git clone into the web root folder)
Add the default index.php file (useful to turn off if you are going git clone into the web root folder). Vlad will also not overwrite any existing index.php file present in the docroot location.

default value: true

Expand All @@ -368,16 +378,20 @@ The OS that vlad will use. This can be one of the following:
- "ubuntu12"
- "ubuntu14"

default value: "ubuntu12"
default value: "ubuntu14"

### Git config user credentials

Leave these variales empty to skip this step.

__git_user_name__

Your git username.

default value: ""

__git_user_email__

Your git email address.

default value: ""

0 comments on commit 2c97126

Please sign in to comment.