Commit Graph

3975 Commits

Author SHA1 Message Date
Mitchell Hashimoto efdffcdf2b Merge pull request #2290 from ianheggie/fix_provision_permissions_error_on_bootstrap
provisioners/salt: remove bootstrap definition on each run
2013-10-01 11:27:26 -07:00
Ian Heggie 4f11716633 Remove old /tmp/bootstrap_salt.sh before uploading as it may not be writeable 2013-09-29 21:05:59 +10:00
Mitchell Hashimoto c8534dc407 Merge pull request #2284 from jeremyquinton/link_fix
website/docs: fixed a broken link
2013-09-27 10:19:37 -07:00
Jeremy Quinton 6fbe5bb64b fixed a broken link 2013-09-27 13:09:16 +01:00
Mitchell Hashimoto e34d436f7e website/docs: mention installing virtualbox 2013-09-25 19:52:38 +02:00
Mitchell Hashimoto 333ba70ed6 Update CHANGELOG 2013-09-25 19:37:04 +02:00
Mitchell Hashimoto d970c4e03f Merge pull request #2254 from Caustic/fix-hostname-debian
guests/debian,ubuntu: Fixed fqdn handling
2013-09-25 10:36:33 -07:00
Mitchell Hashimoto e77ca40efa Update CHANGELOG 2013-09-25 10:49:07 +02:00
Mitchell Hashimoto 0d739035b5 Merge pull request #2267 from fcharlier/fcharlier/dhcp_hostname_redhat
guests/redhat: Allow to change the DHCP_HOSTNAME on RedHat
2013-09-25 01:47:55 -07:00
François Charlier c1228ae206 Allow to change the DHCP_HOSTNAME on RedHat 2013-09-24 23:48:10 +02:00
Mitchell Hashimoto 33dd881ad7 provisioners/chef: disable color if Vagrant has no color [GH-2246] 2013-09-22 14:15:55 -05:00
Mitchell Hashimoto 502c3f6e37 Update CHANGELOG 2013-09-22 14:13:08 -05:00
Mitchell Hashimoto cc5ca1a3c3 Merge pull request #2253 from PeteMichaud/backtick
guests/linux: fixed missing backtick in mount
2013-09-22 12:12:22 -07:00
Alan Braithwaite 7d53047a92 Fixed fqdn handling on debian/ubuntu
The issue was that the old method simply didn't work.  When the hosts
file should look like:
    127.0.1.1   host.fqdn.com host
It looked like:
    127.0.1.1   host.fqdn.com host old.fqdn.com old
Or this if the user didn't set a fqdn
    127.0.1.1   host host old.fqdn.com old

This patch fixes that.
2013-09-22 00:33:24 -07:00
Pete Michaud e65ac705b4 fixed missing backtick 2013-09-21 21:41:06 -05:00
Mitchell Hashimoto 36bd52713b provisioners/ansible: convert extra vars to strings [GH-2244] 2013-09-20 21:16:50 -07:00
Mitchell Hashimoto d725e0e657 Update CHANGELOG 2013-09-20 21:13:05 -07:00
Mitchell Hashimoto 7df64dff0c Merge pull request #2242 from bt5e/move-up-chmod-in-puppet
provisioners/puppet-apply: moved chmod up before verify_shared_folders check #2241
2013-09-20 21:12:10 -07:00
Mitchell Hashimoto 79fa7000fa providers/virtualbox: don't touch DYLD_* anymore.
Subprocess handles this
2013-09-20 17:57:44 -07:00
Mitchell Hashimoto 4d03a7359e guests/linux: fail after a number of attempts 2013-09-20 17:52:36 -07:00
Mitchell Hashimoto 62e357ffcd guests/linux: only successful mount if exit status 0 2013-09-20 17:50:29 -07:00
Mitchell Hashimoto 138024d74c core: Unset DYLD_LIBRARY_PATH if setuid/setgid [GH-2243] 2013-09-20 17:43:11 -07:00
Mitchell Hashimoto 47120a86a2 core: modify DYLD_LIBRARY_PATH only if executing in installer [GH-2231] 2013-09-20 17:38:49 -07:00
Mitchell Hashimoto 101c6d7694 website/docs: document the binary flag on provisioning 2013-09-20 17:31:52 -07:00
Mitchell Hashimoto 8c4ea4f47b Update CHANGELOG 2013-09-20 17:24:59 -07:00
Mitchell Hashimoto 5fe6d7a525 Merge pull request #2235 from aleno/shell
provisioners/shell: Don't replace Windows newlines to Unix if shell is set as binary
2013-09-20 17:23:48 -07:00
Mitchell Hashimoto 33a36830fe core: don't output \e[0K on Windows [GH-2246] 2013-09-20 17:20:29 -07:00
Mitchell Hashimoto 1cb9c901c7 website/www: add blog feed to sidebar 2013-09-19 11:40:58 -07:00
Mitchell Hashimoto c62fd0b7e0 website/www: fix feed URL 2013-09-19 11:35:46 -07:00
Mitchell Hashimoto 7cb8314045 website/www: add the RSS feed 2013-09-19 11:35:03 -07:00
Ben Tse cd79563837 #2241 moved chmod up before verify_shared_folders check 2013-09-19 14:26:35 -04:00
Mitchell Hashimoto 513c7e68a1 Update CHANGELOG 2013-09-19 11:09:56 -07:00
Mitchell Hashimoto 8687a1ec84 Merge pull request #2233 from viq/patch-1
hosts/arch: fix invocation of initialize
2013-09-19 11:09:21 -07:00
Alexander Norström b20fe8d41e Dont replace Windows newlines to Unix if shell is set as binary 2013-09-19 13:33:58 +02:00
viq 8fd2337038 Fix invocation of initialize
Fixes #2229 for me
2013-09-19 11:55:46 +02:00
Mitchell Hashimoto 2c8cc95e79 website/www: add the blog to the nav bar 2013-09-18 17:52:59 -07:00
Mitchell Hashimoto 84091cac26 website/www: put support under the "about" link 2013-09-18 17:52:08 -07:00
Mitchell Hashimoto f208dde467 website/www: rename blog post to be real 2013-09-18 17:42:35 -07:00
Mitchell Hashimoto cad42a8308 website/www: blog archives page 2013-09-18 17:41:51 -07:00
Mitchell Hashimoto 155ef1f06e website/www: enable the blog feed 2013-09-18 17:36:35 -07:00
Mitchell Hashimoto 590566095a Up version for dev 2013-09-18 14:09:49 -07:00
Mitchell Hashimoto db8e7a9c79 v1.3.3 2013-09-18 13:45:41 -07:00
Mitchell Hashimoto 5b2a28cd4c core: set the DYLD_LIBRARY_PATH before other env vars 2013-09-18 09:42:18 -07:00
Mitchell Hashimoto 7c3b342add core: restore the old DYLD_LIBRARY_PATH specifically 2013-09-18 09:41:57 -07:00
Mitchell Hashimoto f9e4ea9ce8 communicators/ssh: timeout waiting for connection + header [GH-2226] 2013-09-18 09:32:30 -07:00
Mitchell Hashimoto 91ff1ec8ae Revert "core: don't delete state data if id=nil [GH-2201]"
This reverts commit 1a780bf5b2.

Conflicts:
	CHANGELOG.md
2013-09-18 09:20:37 -07:00
Mitchell Hashimoto 2caf0f3665 Merge pull request #2221 from mark-rushakoff/fix-typo
website/docs: fix typo
2013-09-18 09:15:47 -07:00
Mitchell Hashimoto ea2c87e4f4 core: Fix bad translation [GH-2225] 2013-09-18 09:05:51 -07:00
Mark Rushakoff 5e027c4ad9 Fix typo 2013-09-17 22:22:16 -07:00
Mitchell Hashimoto 06bf3c6fdc core: Remove DYLD_LIBRARY_PATH if command not in installer [GH-2219] 2013-09-17 18:53:35 -07:00