Seth Vargo
3fed57043d
Merge pull request #6164 from issyl0/fix_typo
...
Fix typo
2015-08-19 09:59:02 -04:00
Lonnie VanZandt
b897fd7365
Scrub Guest Paths for Windows Rsync leaving Dirty Paths for Winrm Mkdir
...
Windows offers no out-of-the-box rsync utility. By far, the most
commonly used external utilities for Windows rsync are built with the
GNU Cygwin libraries. The cost for this convenience is that rsync on
Windows has to be provided paths that begin “/cygdrive/c” rather than
“c:/“ like other Windows-API utilities. Compounding the situation,
rsync doesn’t create paths/to/sub/targets and so the vagrant plugin
code, when performing an rsync, is responsible for creating
intermediate directories in guest paths if there are any. Furthermore,
the mkdir utility in Windows is not another Cygwin utility like rsync
but the routine mkdir of Windows command.com. Therefore, while rsync
needs the /cygwin paths, mkdir uses the Windows paths. Later, the
chef_solo.rp provisioner running within the guest will expect to find
Windows-style paths in its solo.rb configuration file. Due to all this,
vagrant has to keep track of both the original, possibly dirty Windows
guest path and the cygwin-scrubbed guest path.
2015-08-18 10:56:13 -06:00
Seth Vargo
ce08fc155d
Merge pull request #6136 from StefanScherer/update-winrm-fs
...
Update winrm-fs to fix Windows 10 problems
2015-08-17 14:50:51 -04:00
Jack Pearkes
cda90ba859
Merge pull request #6155 from justincampbell/docs-link-atlas-base-boxes
...
website/docs: Link to Atlas docs for base boxes
2015-08-17 09:58:42 -07:00
Justin Campbell
c58c9a1ffc
website/www: Add Atlas box search to nav
2015-08-17 11:29:46 -04:00
Justin Campbell
0f8a88f497
website/www: Fix logos/copyright alignment
...
Before:
![](http://cl.ly/image/2g2h0v1Z371r/Screen%20Shot%202015-08-17%20at%2011.22.48%20AM.png )
After:
![](http://cl.ly/image/0s1e2a272o2q/Screen%20Shot%202015-08-17%20at%2011.21.31%20AM.png )
2015-08-17 11:22:27 -04:00
Justin Campbell
278d08fee4
website/docs: Link to Atlas docs for base boxes
2015-08-17 11:14:26 -04:00
issyl0
d7220ac0c4
Fix typo
...
- This was referring to the current project's Vagrantfile, so "projects"
needed a possessive apostrophe.
2015-08-16 16:43:10 +00:00
Victor Costan
4425d91d86
Don't warn about an .1 IP for DHCP networks
...
When the network's type is :dhcp, the :ip option is used to derive the DHCP server configuration, and it doesn't actually indicate the IP that will be received by the VM(s).
2015-08-15 06:53:01 -04:00
Victor Costan
6f59c8bb54
The docs typo'd the nic_type parameter
...
The parameter name in the VirtualBox provider source is nic_type, not nictype.
The typo is probably caused by the fact that the parameter maps to nictype args in the VirtualBox CLI.
2015-08-15 06:19:51 -04:00
Stefan Scherer
73a7b1d11e
Update winrm-fs to fix Win10 problems
2015-08-13 07:57:28 +02:00
Seth Vargo
cd25b820c4
Merge pull request #6135 from mitchellh/sethvargo/ssl
...
Ensure all assets are served over SSL
2015-08-12 19:35:53 -04:00
Seth Vargo
d1043b41e3
Ensure all assets are served over SSL
2015-08-12 19:33:26 -04:00
Seth Vargo
2f782a95ba
Merge pull request #6080 from driskell/patch-1
...
Fix broken masterless minion configuration
2015-08-12 10:53:14 -04:00
Manuel Pöter
2a2f0a4751
Use hash of machine name for lock file to avoid problems with invalid characters for file names.
2015-08-12 14:25:54 +02:00
Seth Vargo
186f3f25e3
Merge pull request #6105 from evverx/bash-completion
...
Update bash-completion
2015-08-07 10:28:06 -04:00
Evgeny Vereshchagin
06d4d23662
Update bash-completion
...
Add command: push
Add subcommands for box: outdated, update
2015-08-07 02:07:30 +03:00
Seth Vargo
fd526ad3d9
Mention that only X.Y.Z is valid for versions in semver
...
Fixes #6052
2015-08-06 16:06:31 -04:00
Seth Vargo
a4a77f279b
Update docs to say Vagrant 1.5+ is required
...
Fixes #6084
2015-08-06 15:51:20 -04:00
Jason Woods
ff941ef4e8
Fix broken masterless minion configuration
2015-08-03 12:11:32 +01:00
John Syrinek
ea7b277f41
Prevent fatal error caused by attempting to upload minion config to
...
privileged directory
2015-07-31 16:05:55 -05:00
Casey Lang
f13220cd74
Clarify config.ssh.insert_key docs
...
Modified the description of `config.ssh.insert_key` a bit to improve readability.
2015-07-31 14:10:57 -04:00
Ben Hines
3f29be0de2
Fix string parse error in the environment path missing error message.
2015-07-28 11:16:20 -07:00
Brian Dwyer
01f0dccbdc
Update documentation for Chef Zero `nodes_path`
2015-07-28 13:25:25 -04:00
Brian Dwyer
15ec95328a
Update test
2015-07-28 13:24:39 -04:00
Brian Dwyer
e4cdb473bd
Bring back `nodes_path` support for the Chef Zero provisioner
2015-07-28 12:41:51 -04:00
Seth Vargo
8045869891
Update CHANGELOG
2015-07-27 11:03:49 -04:00
Seth Vargo
d64d229c0f
Merge pull request #5928 from mitchellh/sethvargo/ssh_exec_run_command
...
Use the same ssh args for ssh with a command as ssh exec
2015-07-27 11:02:36 -04:00
Seth Vargo
1813d7addb
Merge pull request #6007 from darkn3rd/master
...
Fix for Issue #6006 - cfengine will now install
2015-07-26 11:37:35 -04:00
Seth Vargo
06c1e1ee1b
Merge pull request #6012 from mitchellh/sethvargo/user_agent
...
Use a properly-formatted custom User-Agent
2015-07-20 23:54:31 -04:00
Seth Vargo
d88d126ad9
Use a properly-formatted custom User-Agent
2015-07-20 23:33:31 -04:00
지훈
287831dd2e
Fix for Issue #6006 - cfengine will now install
2015-07-20 02:08:13 -07:00
Mitchell Hashimoto
b18671839f
Merge pull request #6004 from pogliamarci/www-https-scripts
...
[website] load external scripts without schema
2015-07-19 15:20:57 -07:00
Marcello Pogliani
c806b55f78
[website] load external scripts without schema
...
Avoid loading external stylesheets and scripts over plain HTTP when
using HTTPS (the default in vagrantup.com).
This avoids browsers blocking the external resources due to mixed
content issues when HTTPS is used (e.g., "This page is trying to load
scripts from unauthenticated sources" warning shown in Chrome).
2015-07-20 00:06:53 +02:00
Ievgen Prokhorenko
562ed26533
Fix #3570 'Box data left in ~/.vagrant.d/boxes after removal'
2015-07-19 16:44:38 +03:00
Pat O'Shea
d34bc38bf3
Updated salt-minion and call ext on windows guest
...
Salt-minion and salt-call are batch files on a windows guest, not executables.
2015-07-18 20:53:46 -06:00
Seth Vargo
e0a15edef5
Merge pull request #5992 from PatOShea/patch-1
...
Clarified windows guest machine support for salt provisioner in documentation.
2015-07-18 12:55:57 -04:00
Pat O'Shea
19b7bbc369
Corrected masterless example
...
The basic Vagrantfile file example for a masterless setup doesn't set the masterless value. That property defaults to false. https://github.com/mitchellh/vagrant/blob/master/plugins/provisioners/salt/provisioner.rb
2015-07-18 08:39:00 -06:00
Pat O'Shea
d6cf70bf20
Clarified windows guest machine support.
...
Done at mitchellh's request.
2015-07-18 08:25:40 -06:00
Mattias Appelgren
27b948f53c
website/docs: Add more information regarding Puppet environments
2015-07-18 14:48:03 +02:00
Mattias Appelgren
f349a58a1e
provisioners/puppet: Fix Puppet environment default manifest
...
Also parse the puppet variables $codedir and $environment when
resolving a manifest path from environment.conf
2015-07-18 14:48:03 +02:00
Mitchell Hashimoto
8c2dc41223
website/www: bump
2015-07-17 13:44:57 -07:00
Denis Brækhus
d2b0df0a7d
Specify time and don't do -h -H which is not really a valid usage.
2015-07-17 21:44:58 +02:00
Mitchell Hashimoto
78ea5e4a78
v1.7.4
2015-07-17 12:38:51 -07:00
Mitchell Hashimoto
4b217e2128
Merge pull request #5980 from PatOShea/PatOShea-ConfigDir-Typo
...
Fixed salt minion configuration directory typo
2015-07-17 12:37:44 -07:00
Jon Burgess
209556c3cd
Allow provisioner instance names to be specified for `up` and `reload` commands and option `--provision-with`
...
Ref: https://github.com/mitchellh/vagrant/issues/5139
2015-07-17 14:26:13 +10:00
Pat O'Shea
a4eede0c42
fixed typo for config_dir
...
Only exposed when calling highstate with config_dir being set
2015-07-16 18:45:59 -06:00
Pat O'Shea
3f2d2edf2b
Merge pull request #2 from PatOShea/PatOShea-Minion-Config-Path
...
Changed minion config path for windows
2015-07-16 18:40:51 -06:00
Pat O'Shea
956bbf011c
Changed minion config path for windows
...
Copy of minion is wrong on windows. Moved to sub-dir, conf.
2015-07-16 18:37:36 -06:00
Manuel Pöter
772f276ee3
Port support for linked clones to VirtualBox 5.0 driver.
2015-07-16 13:27:24 +02:00