Commit Graph

4097 Commits

Author SHA1 Message Date
Mitchell Hashimoto a40522f5fa v1.3.5 2013-10-15 11:55:44 -10:00
Mitchell Hashimoto fe31ac7556 Update CHANGELOG 2013-10-15 11:42:28 -10:00
Mitchell Hashimoto b2070eec53 providers/virtualbox: Support VirtualBox 4.3 [GH-2374] 2013-10-15 11:42:22 -10:00
Mitchell Hashimoto 0fc29eb34b Merge pull request #2376 from tmatilai/debianoid-hostname
guests/debian: Fix fqdn/hostname setting on Debian and other that "precise64" Ubuntus
2013-10-15 12:28:33 -07:00
Teemu Matilainen 330f72eae2 Fix hostname setting also in Debian
Same fix as #2334.
2013-10-15 15:57:40 -03:00
Teemu Matilainen 535eb35206 Use old name instead of hard coded 'precise64' 2013-10-15 15:57:15 -03:00
Mitchell Hashimoto dd7ee15d6f Update CHANGELOG 2013-10-14 17:22:15 -10:00
Mitchell Hashimoto f988db97bd Merge pull request #2334 from elliotsegler/issue_2333
guests/ubuntu: Hostname and FQDN should be done in one line
2013-10-14 20:21:53 -07:00
Mitchell Hashimoto 2be01284ea provisioners/chef: fix exception during node cleanup [GH-2345] 2013-10-14 17:12:49 -10:00
Mitchell Hashimoto 7f6cdfca77 Update CHANGELOG 2013-10-14 17:10:02 -10:00
Mitchell Hashimoto 2f5c9e97a7 Update CHANGELOG 2013-10-14 17:09:34 -10:00
Mitchell Hashimoto 4f8b751c4c Merge pull request #2347 from dougm/esxi-guest
guests/esxi: Add support for VMware ESXi guests
2013-10-14 20:09:25 -07:00
Mitchell Hashimoto cfd81da97e Merge pull request #2359 from viq/patch-1
provisioners/salt: fix seed_master key file name
2013-10-14 20:06:51 -07:00
Mitchell Hashimoto 569b223b83 Merge pull request #2353 from 3flex/set-charset
website/docs: set HTML charset to UTF-8
2013-10-14 20:03:17 -07:00
Mitchell Hashimoto 51714483c7 Merge pull request #2357 from 3flex/hiera-docs
website/docs: add Puppet Hiera docs [GH-2317]
2013-10-14 20:01:12 -07:00
Mitchell Hashimoto b56b065df0 Update CHANGELOG 2013-10-14 17:00:32 -10:00
Mitchell Hashimoto cb74d208ea Merge pull request #2358 from sgronblo/disallow_dots_and_hyphens_at_start_of_hostname
core: disallow dot and hyphen as first character of hostnames
2013-10-14 19:59:22 -07:00
Mitchell Hashimoto aead8e83d1 Merge pull request #2343 from gwaldo/master
website/docs: describing the usage of protocols for forwarded network ports.
2013-10-14 19:55:38 -07:00
Mitchell Hashimoto ccdaae69bb Merge pull request #2365 from Tomdarkness/fix-virtualbox-driver-retryable
builder/virtualbox: Move exception raising back into retryable block in VirtualBox driver command execution
2013-10-14 19:54:49 -07:00
Mitchell Hashimoto 30cdaddb7c Merge pull request #2370 from catharsis/doc-fix-packaging-intro
website/docs: Remove sentence about commands in plugin packaging section
2013-10-14 19:50:54 -07:00
Mitchell Hashimoto 0594a035f4 Merge pull request #2372 from tchaudhri/tchaudhri_fix_doc_typo
website/docs: comma typo
2013-10-14 19:49:42 -07:00
Tehmasp Chaudhri ffadb5a4f0 comma typo 2013-10-14 16:45:10 -06:00
Anton Lofgren 50de6f9a36 docs/plugins: Remove sentence about commands in packaging section
Seems like the result of an unfortunate copy&paste from the commands
section.
2013-10-14 08:08:34 +02:00
Tomdarkness 27c7243219 Move exception raising back into retryable block in VirtualBox driver command execution
By moving the exception throwing back into the retryable block it actually enables the retryable to function properly by retrying, if appropriate, when an certain exception is raised.
2013-10-11 18:32:54 +01:00
Fabio Rehm 687ebbfe88 Merge pull request #2364 from catharsis/fix-broken-link
docs/plugins: Correct a broken link in the development basics section
2013-10-11 08:33:25 -07:00
Anton Lofgren 3bab3491fb docs/plugins: Correct a broken link in the development basics section
I'm assuming the link is supposed to point to the packaging
and distribution section. With this patch, it does!
2013-10-11 17:26:52 +02:00
viq fee0f8d8ab Fix seed_master key file name
As per https://github.com/saltstack/salty-vagrant/pull/98 and https://github.com/saltstack/salty-vagrant/issues/97 the expected file name for minion is 'minion', not 'seed-minion.pub'
2013-10-10 13:04:31 +02:00
Sam Gronblom 9a7ca06cfa Disallow dot and hyphen as first character of hostnames
- Causes hostname to be set to an invalid value on some systems which
  also causes malfunction of hostname -f so it cannot be changed
2013-10-10 14:42:48 +09:00
Matthew Haughton 6bd0bf64e9 docs: add Puppet Hiera docs [GH-2317] 2013-10-09 22:51:12 -04:00
Matthew Haughton 1f0b3a7a81 set docs charset to UTF-8
Fixes rendering issues with the `tree` output on some pages, which otherwise displayed  characters in some places when encoding wasn't detected properly in the browser.
2013-10-09 12:12:09 -04:00
Doug MacEachern 6c9edbbdc6 guests/esxi: Add support for VMware ESXi guests 2013-10-08 21:47:32 -07:00
Elliot Segler 37f6d1d346 Merge pull request #1 from lra/issue_2333
Update boundary usage in the sed regexp to update the hosts file
2013-10-08 19:30:49 -07:00
Laurent Raufaste 157a7081ba Update boundary usage in the sed regexp to update the hosts file 2013-10-08 20:14:22 -04:00
Fabio Rehm c83ea416ff Merge pull request #2341 from tuminoid/patch-1
Update index.html.md
2013-10-08 08:10:49 -07:00
H "Waldo" Grunenwald 050837090c describing the usage of protocols for forwarded network ports. 2013-10-08 10:58:32 -04:00
Elliot Segler 06aaa6e6ea #2333, more fixes - right order to get fqdn right 2013-10-08 17:53:27 +08:00
Elliot Segler 1abcf1e54f Better fix for issue #2333, does localhost as well so we dont break local name resolution for things like puppet 2013-10-08 17:01:54 +08:00
Tuomo Tanskanen 290f7c7a19 Update index.html.md
As per http://www.vagrantup.com/vmware#buy-now vmware provider supports also Fusion 6 and Workstation 10.
2013-10-08 11:21:20 +03:00
Elliot Segler 9ca6fbe8f4 Hostname and FQDN should be done in one line 2013-10-06 15:33:00 +08:00
Mitchell Hashimoto 0db87ff406 Update CHANGELOG.md 2013-10-05 11:46:23 -07:00
Mitchell Hashimoto 193f172b7c Merge pull request #2313 from jeffasinger/salt-overstate
provisioner/salt: adding overstate support to the salt provisioner
2013-10-05 11:46:01 -07:00
Mitchell Hashimoto ccf92b4d5d Update CHANGELOG.md 2013-10-05 11:44:21 -07:00
Mitchell Hashimoto 4049fd136f Merge pull request #2329 from mpioli/redhat
guests/redhat: create from fedora guest (migrate)
2013-10-05 11:43:42 -07:00
Matthew e9903422cc detect Red Hat Enterprise Linux 4 and Oracle Linux 2013-10-05 18:01:27 +01:00
Matthew b16d56c717 rename host plugin (fedora to redhat) 2013-10-05 17:40:23 +01:00
Matthew d1871b5c15 do not use systemd on current versions of CentOS or RHEL 2013-10-05 17:33:13 +01:00
Mitchell Hashimoto 9bc2549b8e Merge pull request #2316 from jeffasinger/salt-docs
website/docs: Adding salt documention to resolve #2315
2013-10-05 09:29:03 -07:00
Mitchell Hashimoto b070192b9a Update CHANGELOG 2013-10-05 09:27:34 -07:00
Mitchell Hashimoto 1c63d2407a Merge pull request #2320 from copperlight/ansible-provisioner
provisioners/ansible: fix ansible-playbook runs when ansible.verbose is not specified
2013-10-05 09:26:51 -07:00
Mitchell Hashimoto 225da651f8 core: Show error message if _key dynamically passed into error [GH-2328] 2013-10-05 09:21:38 -07:00