Chris Roberts
f6a0861c40
Add stub test for salt provisioner
2016-11-09 16:29:23 -08:00
Chris Roberts
3bdea20469
Update CHANGELOG
2016-11-09 16:18:54 -08:00
Chris Roberts
2d6071a55b
Merge pull request #7793 from chrisroberts/enhancement/bundler-less
...
[core] Remove bundler usage for plugin management
2016-11-09 16:17:47 -08:00
Chris Roberts
46aefd1c17
Update CHANGELOG
2016-11-09 16:15:51 -08:00
Chris Roberts
2dcb47410f
Merge pull request #7976 from chrisroberts/ssh/shell-compat
...
Allow custom generation of environment variable exports
2016-11-09 16:14:33 -08:00
Chris Roberts
47adb7db4f
Update CHANGELOG
2016-11-09 16:13:36 -08:00
Chris Roberts
8d2d324b13
Merge pull request #7980 from chrisroberts/synced-folder/auto-mount
...
Named synced folders
2016-11-09 16:12:03 -08:00
Chris Roberts
da45ca707c
Add md5 and sha1 checksum support to Downloader.
...
Allows checksum validation on downloaded files via Util::Downloader
using MD5 and/or SHA1 checksums. This also integrates checksum validation
support with the shell provisioner for downloaded remote files.
2016-11-09 16:05:39 -08:00
Chris Roberts
e494320ba2
Update CHANGELOG
2016-11-09 09:41:58 -08:00
Chris Roberts
2f68c1f18d
Merge pull request #7978 from bbrala/feature-command-box-prune
...
Feature command box prune
2016-11-09 09:40:20 -08:00
Björn Brala
da93fd3551
Add prune command to documentation
2016-11-09 09:24:59 +01:00
Björn Brala
cdc5018b59
Add tests for prune command
2016-11-09 09:24:41 +01:00
Björn Brala
3ef9968c59
Add new `prune` command as discussed in: #6863 #5633
...
Usage: vagrant box prune [options]
Options:
-p, --provider PROVIDER The specific provider type for the boxes to destroy.
-n, --dry-run Only print the boxes that would be removed.
--name NAME The specific box name to check for outdated versions.
-f, --force Destroy without confirmation even when box is in use.
-h, --help Print this help
2016-11-09 09:19:49 +01:00
Chris Roberts
d528902edc
Make guestpath an optional parameter for synced_folders
2016-11-08 15:33:30 -08:00
Jonathan A. Sternberg
c3438ff8f6
Allow overriding the inferred name from `config.vm.synced_folder`
...
If a `name` is specified as an option, it will be used as the id instead
of inferring it from the `guestpath`. If `guestpath` is nil, the `name`
needs to be specified so the folder can be mounted with a name.
This also fixes the synced folder code to allow `guestpath` to be nil.
It was allowed in a previous version for the purpose of preventing a
directory from being auto mounted (#936 ), but seems to have become an
error at some point after that.
An example of modifying the default /vagrant folder so it doesn't
auto-mount anymore:
config.vm.synced_folder ".", nil, name: "/vagrant"
An example of sharing another folder, but not auto-mounting it:
config.vm.synced_folder ".", nil, name: "foobar"
Fixes #6835 .
2016-11-08 14:56:29 -08:00
Chris Roberts
dfc5e0d9a0
communicator/ssh: Allow custom generation of environment variable exports
2016-11-08 09:50:39 -08:00
Chris Roberts
36d88ee268
Track installed gem version and display in startup logger information
2016-11-07 20:16:46 -08:00
Chris Roberts
1f5dd35d16
Remove bundler where no longer required
2016-11-07 20:00:38 -08:00
Chris Roberts
36d21f3c3f
Add testing for plugin expunge command
2016-11-07 19:26:33 -08:00
Chris Roberts
f045f74d86
Only proceed if confirmation is matched. Do not continue if user aborted.
2016-11-07 19:25:32 -08:00
Chris Roberts
b15ef3a6ff
Add plugin expunge command to remove all user installed plugins
2016-11-07 18:48:51 -08:00
Chris Roberts
5d68c8c30b
Include plugin repair command
2016-11-07 18:48:51 -08:00
Chris Roberts
3fb5913af1
Update .init! to attempt repair if instructed
2016-11-07 18:48:51 -08:00
Chris Roberts
d5c5561302
Allow disable of user plugins if repair command is requested
2016-11-07 18:48:51 -08:00
Chris Roberts
1fb4553d14
[core] Remove bundler usage for plugin management
2016-11-07 18:48:51 -08:00
Chris Roberts
dbbd2d8e36
Remove deprecated methods and update tests.
2016-11-07 18:48:14 -08:00
Chris Roberts
3c90023152
Update dev version and update CHANGELOG
2016-11-04 17:19:30 -07:00
Chris Roberts
9cb7b7503a
Bump website version to 1.8.7
2016-11-04 16:50:51 -07:00
Chris Roberts
2b4f743547
Release v1.8.7
2016-11-04 14:32:25 -07:00
Chris Roberts
97239b8100
Update CHANGELOG
2016-11-04 14:29:06 -07:00
Chris Roberts
04ccf25a70
Update CHANGELOG
2016-11-04 08:03:22 -07:00
Chris Roberts
ea43d69343
Merge pull request #7947 from chrisroberts/update/nfs-exports
...
Refactor host linux nfs capability
2016-11-04 08:00:15 -07:00
Chris Roberts
d1a778dbfb
Include error handling when subprocess commands fail
2016-10-31 07:42:30 -07:00
Seth Vargo
e5f7d0db88
Merge pull request #7944 from mitchellh/sethvargo/docker_website
...
Use Docker-based build and deployments
2016-10-30 18:37:50 -04:00
Chris Roberts
d89924afef
Include test coverage on linux host nfs plugin
2016-10-29 17:54:41 -07:00
Chris Roberts
90db9c95b8
Refactor linux host NFS to share common functionalities
2016-10-29 17:53:58 -07:00
Chris Roberts
d490bb4b7a
Include autoloader for StringBlockEditor
2016-10-29 17:53:45 -07:00
Chris Roberts
40dc0de665
Use Util::StringBlockEditor to modify /etc/exports
2016-10-29 15:46:35 -07:00
Aron Griffis
7e83edd643
Rewrite linux/nfs_cleanup for security and multi-user, fixes #7938
...
Avoid using a temporary file, rather do the substitution in Ruby and
write /etc/exports directly.
2016-10-29 15:46:35 -07:00
Seth Vargo
c822cce402
Use Docker-based build and deployments
2016-10-29 16:50:00 -04:00
Seth Vargo
cff330f056
Capital C
2016-10-29 16:50:00 -04:00
Seth Vargo
7e6ac38a37
Merge pull request #7943 from mitchellh/sethvargo/security
...
Add security page
2016-10-29 16:48:21 -04:00
Seth Vargo
32784082f9
Add security page
2016-10-29 16:42:22 -04:00
Chris Roberts
91723e08ef
Update CHANGELOG
2016-10-28 12:48:20 -07:00
Chris Roberts
05963159a8
Merge pull request #7931 from chrisroberts/puppet/env-vars
...
Puppet environment variables
2016-10-28 12:46:44 -07:00
Chris Roberts
4595082a23
Include hash data types within puppet apply documentation
2016-10-27 15:15:03 -07:00
Chris Roberts
58c3be9344
Default the puppet config environment variables to an empty hash
2016-10-27 15:14:13 -07:00
Chris Roberts
36d0722366
Merge pull request #7719 from dragon788/patch-1
...
Corrected typo, added a couple examples.
2016-10-26 10:25:04 -07:00
Chris Roberts
9b12d4db48
Pass configuration environment variables to apply command
2016-10-26 09:51:56 -07:00
Azul
a4408037ba
add support for environment variables on a puppet apply run
2016-10-26 09:36:34 -07:00