Mitchell Hashimoto
efd1d5e11b
Update ssh_settings.html.md
2014-07-17 10:54:55 -07:00
Emiliano Ticci
0521b0d50c
Mention config.ssh.pty in docs
2014-07-17 19:35:34 +02:00
Shawn Neal
ab6cac8c74
Fix spelling of Chef Solo, Chef Client, and Chef Server in website docs
2014-06-29 16:56:02 -07:00
Thierry Marianne
6a948d1e2f
Fix typo in multi-machine doc
2014-05-31 13:40:33 +02:00
Mitchell Hashimoto
91ba97f1df
Merge pull request #3933 from catsby/update_website_vagrantfiles
...
Update the Vagrantfiles included in website
2014-05-29 10:09:04 -07:00
Clint Shryock
179b5c8181
Update the Vagrantfiles included in website
...
use 'hashicorp/precise64', otherwise I get errors on initial `vagrant up`
2014-05-29 09:18:12 -05:00
Clint Shryock
7f7a107a3e
Remove references to slave
...
Instead of calling things slaves, either rename them to "nodes" or "followers",
depending on the context
2014-05-29 09:12:23 -05:00
Mitchell Hashimoto
6efc5ef6ea
website/docs: calrify rsync [GH-3872]
2014-05-22 10:26:12 -07:00
Kalman Hazins
bb052366f7
Change symbols inside hashes to 1.9 JSON-like syntax
2014-05-22 12:35:12 -04:00
Mitchell Hashimoto
6fd1c05045
Update CHANGELOG
2014-05-20 20:51:21 -07:00
Mitchell Hashimoto
07dbe40e98
Merge pull request #3848 from shtouff/feat-capath
...
added capath option to curl Downloader
2014-05-20 20:50:26 -07:00
Mitchell Hashimoto
6445ca3460
Merge pull request #3825 from marnovdm/feature/salt-windows-guest-provisioning
...
Feature/salt windows guest provisioning
2014-05-20 20:23:03 -07:00
Mitchell Hashimoto
328afac457
website/docs: clearer provisioner ordering on multi-machine [GH-3833]
2014-05-20 20:21:44 -07:00
Rémi Paulmier
00a2670406
added capath option to curl Downloader
2014-05-19 18:08:23 +02:00
Marno van der Molen
6d0dd22864
Also copy minion config in bootstrap-salt.ps1 & update Salt docs to mention syndic/master not supported on Windows
2014-05-19 14:01:31 +02:00
Mitchell Hashimoto
34b7cace7b
synced_folders/rsync: rsync__chown [GH-3810]
2014-05-17 12:01:50 -07:00
Mitchell Hashimoto
745bdf6766
providers/docker: ability to specify build dir synced folder opts [GH-3727]
2014-05-08 18:46:03 -07:00
Mitchell Hashimoto
92940a7c5d
synced_folders/nfs: allow disabling export [GH-3636]
2014-05-08 17:10:38 -07:00
Mitchell Hashimoto
471b3b4059
website/docs: document SSL share [GH-3672]
2014-05-08 13:25:39 -07:00
Mitchell Hashimoto
a5ca5b39ab
website/docs: make mention of docker provider on provisioner page
2014-05-08 13:15:13 -07:00
Krzysztof Szularz
fd8f1ed0cc
Amend default manifest name for puppet apply
...
Option listing still quoted `init.pp` as default manifest name.
2014-05-08 16:07:50 +02:00
Mitchell Hashimoto
8cc7b1030b
website/docs: document docker build_args
2014-05-07 18:42:13 -07:00
Mitchell Hashimoto
446dd51af2
website/docs: document RDP raw args
2014-05-07 18:34:22 -07:00
Mitchell Hashimoto
62bfefd96f
website/docs: update docs for NFS sudoers
2014-05-06 08:47:11 -07:00
Mitchell Hashimoto
2e9e40c82a
website/docs: document global-status upgrade notes
2014-05-05 21:15:44 -07:00
Mitchell Hashimoto
35b33ad581
website/docs: update init command
2014-05-04 17:38:25 -07:00
Ryan Berdeen
1f7e5496de
fix typo
...
link -> like
2014-05-04 17:14:26 -04:00
Mitchell Hashimoto
a0bc119ec7
website/docs: document NAT interface [GH-3619]
2014-05-02 20:18:22 -07:00
Mitchell Hashimoto
a354c44ea8
Merge pull request #3616 from aspiers/virtualbox-networking-doc
...
website/docs: split off virtualbox networking into separate page
2014-05-02 15:30:47 -07:00
Adam Spiers
3a386f8bde
mention that the "url" can also be a file path
2014-05-02 22:10:40 +01:00
Adam Spiers
af09b81759
distinguish more clearly between two types of box metadata
...
There are two types of box metadata, both in JSON format, so
we need to minimise the potential for confusion between them.
Renaming the component outside the box file to include the
word "catalog" makes it clear that this JSON document can
catalog potentially multiple boxes in one go.
2014-05-02 22:03:03 +01:00
Adam Spiers
0f8183426a
reverse order of two box components
...
The metadata is optional whereas the box file is required, so it makes
sense to list the box file first. It's also easier on the reader's
brain to start with the more obvious and easily understandable item
(which they'll probably be expecting to read about anyway) and save
the more surprising item till later.
2014-05-02 21:49:11 +01:00
Adam Spiers
606fc7a9e4
eliminate slightly confusing wording
...
It doesn't make sense to use the present tense when saying box files are
split into two components, when one of those components is the box file
and one is something else.
One better way of phrasing it would be to use the past tense: "Box files
were split into two separate components" but even that's not completely
correct, because the old format did not include the metadata JSON
document which is one of the new components.
So it's safer to just say that today there are two different components.
2014-05-02 21:38:25 +01:00
Adam Spiers
3ee1572e3c
use monospace for technical terms where appropriate
2014-05-02 21:37:31 +01:00
Adam Spiers
84f7bbcf83
split off virtualbox networking into separate page
...
v2/networking/index.html.md encourages the reader to seek
provider-specific information under the documentation for the provider,
so for consistency, any virtualbox-specific networking info should be
placed there, not in the general networking section.
2014-05-02 21:32:41 +01:00
Mitchell Hashimoto
89dfac86c6
website/docs: virtualbox [GH-3609]
2014-05-02 10:02:38 -07:00
Mitchell Hashimoto
ece9db1183
website/docs: update box format [GH-3613]
2014-05-02 10:00:17 -07:00
Mitchell Hashimoto
5d006f65ea
website/docs: don't need a static IP for NFS [GH-3608]
2014-05-01 21:15:45 -07:00
Fabio Rehm
1b698f6ce8
website/docs: Fix link to global-status command
2014-05-01 18:52:51 -03:00
Fabio Rehm
d64c1f750c
website/docs: Add missing `end` to "Run Once or Always" example
2014-05-01 18:50:51 -03:00
Mitchell Hashimoto
f6683ad016
website/docs: update slat docs
2014-05-01 13:49:12 -07:00
deyk
567af495d4
Add colorization and log_level support to salt provisioner.
...
This commit adds two new options to the salt provisioner:
- `colorize`: controls color output. Defaults to no-color (present behavior).
- `log_level`: controls log level. Defaults to `debug` (present behavior).
Docs included!
2014-05-01 11:10:09 -07:00
Mitchell Hashimoto
6524a077e8
Merge pull request #3594 from aspiers/provider-config-doc-typo
...
website/docs: fix "necessarilly" typo
2014-05-01 08:37:39 -07:00
Mitchell Hashimoto
cde90b2432
Merge pull request #3595 from berendt/topy
...
website: fixed typos found by topy in all Markdown files
2014-05-01 08:31:53 -07:00
Shawn Neal
b57131a0ef
Updated website documentation for graceful_halt_timeout
...
The default value in the code is actually 60 seconds, so now the docs match that.
2014-05-01 07:56:09 -07:00
Christian Berendt
b05e506031
fixed typos found by topy in all Markdown files
...
Topy is available at https://github.com/intgr/topy .
2014-05-01 16:22:23 +02:00
Adam Spiers
8a465da594
fix "necessarilly" typo
2014-05-01 10:37:43 +01:00
Mitchell Hashimoto
ddc6853a4c
website/docs: global-status
2014-05-01 00:11:36 -07:00
Mitchell Hashimoto
490562f00a
website/docs: run once and always provisioners
2014-04-30 18:53:24 -07:00
Mitchell Hashimoto
1f2a06710f
website/docs: force flags on init and box remove
2014-04-30 18:50:00 -07:00