Commit Graph

8717 Commits

Author SHA1 Message Date
Donald Guy 52c95ce291 Correctly detect chefdk install 2016-02-25 19:42:58 -05:00
Mark Peek 563ce33738 Do not ignore the sentinal file when running resume
The sentinal file was always being ignored when running the
resume command. This is fixed along with allowing provision
options to be used with resume. Fixes #6787
2016-02-19 18:24:48 -08:00
Seth Vargo 29506f8a3e Merge pull request #7056 from radarhere/patch-1
Fixed typos
2016-02-19 12:08:23 -05:00
Andrew Murray 98a18bbaf5 Fixed typos 2016-02-20 00:00:26 +11:00
Evgeniy N 890820eaf6 Add snapshot commands
Fixed error remains in other versions:
  return [] if e.extra_data[:stdout].include?("does not have")
should be
  return [] if e.extra_data[:stderr].include?("does not have")

Many methods are the same in different version_X, and should be moved to Base class.
2016-02-18 11:47:07 +06:00
Seth Vargo c880d1dbbb Move to .github 2016-02-17 15:18:58 -05:00
Seth Vargo a5dcc531d1 Add Vagrantfile to issue 2016-02-17 13:27:28 -05:00
Seth Vargo 0e46617bec Add PR and issues template 2016-02-17 13:24:49 -05:00
Seth Vargo ce5bcc14ec Merge pull request #7041 from interdev/7040-Preserve_Disk_Name
Fix for #7040 to Preserve disk name
2016-02-16 12:59:52 -05:00
Kevin Blair 026243c88b Typo
Changed message to match HyperV terminology
2016-02-16 14:58:42 +00:00
Kevin Blair 343a43cae6 Preserve Disk Image Name
detect and preserve the original name of the disk image rather than forcing it to be disk
2016-02-16 14:57:53 +00:00
Seth Vargo 43e90666e1 Merge pull request #7024 from budhrg/master
Fixed provisioner broken link
2016-02-12 11:28:50 -05:00
Seth Vargo 0f5b5eeb77 Merge pull request #7026 from jzohrab/fix_shared_folder_docs
Clarifying synced folders docs.
2016-02-12 11:28:04 -05:00
Jeff Zohrab 8d802f89ef Clarifying synced folders docs.
Addresses https://github.com/mitchellh/vagrant/issues/6945
2016-02-12 08:55:11 -05:00
Budhram Gurung fba4ddd9f6 Fixed provisioner broken link
Fixes https://github.com/mitchellh/vagrant/issues/7023
2016-02-12 17:52:44 +05:30
Seth Vargo b99ed21506 Merge pull request #7016 from oddtazz/patch-1
Minor gramatical fix
2016-02-11 08:07:49 -08:00
Gaurav Chaturvedi ccc9dbfbda Minor gramatical fix
Minor gramatical fix
2016-02-11 19:13:24 +05:30
Seth Vargo ca728df02b Update CHANGELOG 2016-02-08 10:55:44 -05:00
Seth Vargo 7287b69413 Merge pull request #7001 from mitchellh/sethvargo/def_chan
Use "stable" as the default Chef channel
2016-02-08 10:53:23 -05:00
Seth Vargo 8c68c6ec70 Use "stable" as the default Chef channel
Previously the default channel was "current", but after discussion with
@coderanger on GH-6979, it seems like this was a poor design decision.
Instead, we should use the stable channel and allow users to opt-in to
prerelease versions.

Fixes GH-6979
2016-02-08 10:49:48 -05:00
Seth Vargo 3c34b67ba1 Fix CHANGELOG typo 2016-02-07 13:07:15 -05:00
Seth Vargo d5f2799649 Grammar 2016-02-07 12:59:17 -05:00
Seth Vargo ea6e21a550 Merge pull request #6991 from jzohrab/debugging_docs
Add debugging log docs.
2016-02-07 12:57:56 -05:00
Jeff Zohrab 32a600283a Add debugging log docs. 2016-02-05 23:00:27 -05:00
Seth Vargo cb83a3d9df Merge pull request #6981 from krutcha/patch-1
Update boxes.html.md
2016-02-05 10:06:04 -05:00
Seth Vargo c65c6216fa Merge pull request #6983 from rightsaidjames/docs-cli-destroy-typo-fix
Changed "`destroy command`" to "`destroy` command"
2016-02-05 10:04:39 -05:00
James Thomas 52fa68f9f5 Changed "`destroy command`" to "`destroy` command"
The word "command" was enclosed in a code block despite not being part of the actual command you would run at the CLI.
2016-02-05 12:02:06 +00:00
krutcha a67bbcf95d Update boxes.html.md
On my system, generic complained when running VBoxLinuxAdditions.run.  It was solved by using the specific headers that matched my kernel.
2016-02-04 17:44:24 -08:00
Seth Vargo 082e65291e Update CHANGELOG 2016-02-04 12:11:41 -05:00
Seth Vargo ad28bcb448 Merge pull request #6977 from erSitzt/fix/master/tinycore_nfs_mount
Fix/master/tinycore nfs mount
2016-02-04 12:09:35 -05:00
Dennis dd541b93b9 ooops missed something while branching 2016-02-04 17:22:28 +01:00
Dennis 833f2d0ef7 added tinycore nfs mount cap 2016-02-04 16:27:53 +01:00
Dennis 25b913e1c1 added tinycore nfs mount cap 2016-02-04 16:26:37 +01:00
Dennis a7bdfd682e added tinycore nfs mount cap 2016-02-04 16:21:07 +01:00
Dennis c4776e4e1d added tinycore nfs mount cap 2016-02-04 16:19:53 +01:00
Seth Vargo d75ba63366 Merge pull request #6969 from mbrodala/patch-1
Fix typo in CHANGELOG
2016-02-03 11:26:45 -05:00
Mathias Brodala 78578788c3 Fix typo in CHANGELOG 2016-02-03 17:24:50 +01:00
Seth Vargo ab26ca1c81 Update CHANGELOG 2016-02-03 10:15:25 -05:00
Seth Vargo a38dba0d4f Merge pull request #6610 from jharshman/vagrant-6608
Vagrant Issue #6608
2016-02-03 10:14:35 -05:00
Seth Vargo 8ca6244b4d Update CHANGELOG 2016-02-03 10:13:03 -05:00
Seth Vargo fe49c05ed0 Merge pull request #6843 from velocity303/trisquel_6842
Add trisquel guest plugin as derivative of ubuntu - Issue #6842
2016-02-03 10:12:24 -05:00
Seth Vargo 0034318740 Update CHANGELOG 2016-02-03 10:11:10 -05:00
Seth Vargo 792ee8fb2d Merge pull request #6805 from gimler/double_sudo_fix
remove double sudo
2016-02-03 10:10:35 -05:00
Seth Vargo a82b1a6a71 Update CHANGELOG 2016-02-03 10:09:38 -05:00
Seth Vargo 6b713bbb41 Merge pull request #6602 from mitchellh/sethvargo/darwin_rdp_info
Add extra_args cap for darwin rdp
2016-02-03 10:08:18 -05:00
Seth Vargo 29e51e7072 Update CHANGELOG 2016-02-03 10:06:54 -05:00
Seth Vargo 2ce3c84305 Merge pull request #6749 from mwrock/hist
use SafeExec to capture history via up/down keys in powershell command
2016-02-03 10:05:57 -05:00
Seth Vargo 4b4f1fc24c Add extra_args cap for darwin rdp
This commit fixes GH-5523.
2016-02-03 10:03:57 -05:00
Seth Vargo 3372ab6d0b Cleanup docs 2016-02-03 10:02:09 -05:00
Seth Vargo ecff9dccc5 Merge pull request #6897 from wjsager/patch-1
Added instructions for non-hashicorp boxes
2016-02-03 10:00:23 -05:00