Torben Knerr
9e7f705bad
extend the Chef provisioner base config object with an 'installer_download_path' property
2014-12-16 22:40:19 +01:00
Shawn Neal
2785fd14db
Merge pull request #4996 from mitchellh/4976-fix-guest-autodetection-with-windows-guests
...
4976 fix guest autodetection with windows guests
2014-12-16 11:47:05 -08:00
Seth Vargo
f9d54f022b
Merge pull request #4995 from mitchellh/sethvargo/omnibus_url
...
Use new Chef Omnibus URL
2014-12-16 12:34:40 -05:00
Shawn Neal
f7a344fe95
Added test to ensure comm test method checks stderr
2014-12-16 09:20:51 -08:00
Seth Vargo
954289beb6
Use new Chef Omnibus URL
2014-12-16 12:16:08 -05:00
Shawn Neal
c4422d7c70
Fix guest autodetection when running windows guests so Vagrant doesn't think the guest is Ubuntu
2014-12-16 08:20:01 -08:00
Seth Vargo
686e940a84
Merge pull request #3303 from barrkel/dont-reorder-network-interface-configuration
...
Don't reorder config in /etc/network/interfaces
2014-12-15 14:36:59 -05:00
Barry Kelly
185740163c
Don't reorder config in /etc/network/interfaces
2014-12-15 19:21:22 +00:00
Seth Vargo
681ba1c3d7
Remove extra whitespace
2014-12-15 11:09:39 -05:00
Seth Vargo
d86389e597
Merge pull request #4977 from iNecas/sudoers-fedora
...
Sudoers example for Fedora distros
2014-12-15 11:09:21 -05:00
Ivan Nečas
3099a2c4fb
Sudoers example for Fedora distros
2014-12-15 10:54:36 +01:00
Seth Vargo
288b6c11ff
stub_env is a real helper now :)
2014-12-15 01:29:58 -05:00
Seth Vargo
bce0d1acc9
Pushes are strings
2014-12-15 01:29:58 -05:00
Mitchell Hashimoto
4efb401050
kernel/v2: push config keys on strategy
...
/cc @sethvargo - This adds more tests that fail if this change isn't in
place.
2014-12-14 22:24:14 -08:00
Seth Vargo
2409049b76
Add solo.rb fixes to CHANGELOG
2014-12-15 01:16:29 -05:00
Mitchell Hashimoto
b72d0213ba
Update CHANGELOG.md
2014-12-14 22:04:41 -08:00
Seth Vargo
2b450a147f
Merge pull request #4840 from MiLk/fixes/upgrading_home_path_v1_5
...
You need to press enter to migrate from 1.1 to 1.5
2014-12-15 00:06:41 -05:00
Seth Vargo
d9943e4496
Add Salt grains to CHANGELOG
2014-12-14 23:50:11 -05:00
Seth Vargo
8c8a92c4be
Merge pull request #4896 from analyzere/salt-grains-config
...
Issue #4895 : Support grains config for salt
2014-12-14 23:48:02 -05:00
Seth Vargo
f9eff24fa9
Merge pull request #4972 from mitchellh/sethvargo/opts_airty
...
Force opts to be options
2014-12-14 23:46:56 -05:00
Seth Vargo
c0d4b39eea
Force opts to be options
...
cb6f3e5
introduced a change to the method airty of machine actions to remove the
`extra_env` attribute.
- Fixes #4960
2014-12-14 23:46:39 -05:00
Seth Vargo
66d8c85e3f
Merge pull request #4973 from mitchellh/sethvargo/chef_roles_path
...
Fix Chef Solo template
2014-12-14 23:46:27 -05:00
Seth Vargo
2c05a4e9e7
Fix Chef Solo template
2014-12-14 23:42:24 -05:00
Seth Vargo
09a5d15045
Add push fix to CHANGELOG
2014-12-14 23:41:51 -05:00
Seth Vargo
d43a25af9e
Merge pull request #4975 from mitchellh/sethvargo/fix_push
...
Fix push lookups
2014-12-14 23:40:49 -05:00
Seth Vargo
0c7696f11e
Fix SafeExec tests
2014-12-14 23:36:32 -05:00
Seth Vargo
214a79e057
Pushes are hashed by name, not strategy.
...
@mitchellh this is a partial revert of 84ae22e
. It took me a little bit
to figure out why this broke everything, but then I finally realized it.
84ae22e
changes the finalize! function to lookup pushes by strategy
type, but pushes are keyed by push strategy name. In other words, given:
config.push.define("foo", strategy: "bar")
the `push_configs` has will look like:
{ :foo => [:bar, #<PushConfig>] }
This is important, because if we key by strategy, the user cannot
specify the same push strategy more than once:
config.push.define("foo", strategy: "bar")
config.push.define("zip", strategy: "bar")
If we keyed off of the strategy, this would be impossible.
2014-12-14 23:32:32 -05:00
Seth Vargo
f06703cdb1
Stub ATLAS_TOKEN in tests
...
Without this stub, the tests will fail if ATLAS_TOKEN is set locally
when running the tests.
2014-12-14 23:28:14 -05:00
Mitchell Hashimoto
a4d05c8071
Update CHANGELOG.md
2014-12-13 13:31:00 -08:00
Mitchell Hashimoto
799a5d1fcb
Merge pull request #4964 from silverwyrda/master
...
guests/arch: fix line breaks in networking
2014-12-13 13:30:17 -08:00
Douézan-Grard Guillaume
9d1834a3c9
Fix line breaks
2014-12-13 21:08:31 +01:00
Mitchell Hashimoto
6e3656ad71
Merge pull request #4961 from frodenas/heroku_typo
...
Heroku is a PAAS not an IAAS
2014-12-12 21:34:13 -08:00
Ferran Rodenas
032dcb1a34
Heroku is a PAAS not an IAAS
2014-12-12 19:13:12 -08:00
Mitchell Hashimoto
fdd7bc3ffd
commands/login: append access token to vagrantcloud => atlas URLs
2014-12-12 14:53:05 -08:00
Mitchell Hashimoto
f204fa64b7
up version for dev
2014-12-12 14:48:53 -08:00
Seth Vargo
9c55180f6d
Update the apt cache
2014-12-12 10:44:10 -08:00
Seth Vargo
5dfe323a2e
Fix a missing colon in new Vagrantfile
2014-12-12 10:42:00 -08:00
Mitchell Hashimoto
ce8513db9a
website/www: typos
2014-12-12 09:44:32 -08:00
Mitchell Hashimoto
95d761b1d9
website/www: link to full push docs
2014-12-12 09:37:36 -08:00
Mitchell Hashimoto
1be7529b17
website/www: push post
2014-12-12 09:36:15 -08:00
Seth Vargo
09cc1f1d73
Merge pull request #4958 from heydonovan/named-provisioners-only-in-1.7.0
...
Named Provisioners only in v1.7.0
2014-12-12 09:19:53 -08:00
Donovan Hernandez
1275f24c38
Named Provisioners only in v1.7.0
2014-12-12 11:16:48 -06:00
Seth Vargo
f5c6b33e8b
Merge pull request #4953 from imjacobclark/adding-link-to-changelog
...
Adding link to changelog
2014-12-12 09:04:03 -08:00
Jacob Clark
ebf941c837
mend
2014-12-12 09:56:36 +00:00
Jacob Clark
c21abeec0e
Adds link to version changelog in downloads page
2014-12-12 09:53:53 +00:00
Mitchell Hashimoto
84ae22e976
kernel/v2: fix push strategy config lookup
2014-12-12 01:36:39 -08:00
Mitchell Hashimoto
669c9fc013
commands/push: push strategy should be string
2014-12-12 01:27:22 -08:00
Mitchell Hashimoto
b421561781
Fix push typo
2014-12-12 01:23:39 -08:00
Mitchell Hashimoto
01cfc8951c
vagrant push to deploy Vagrant
...
/cc @sethvargo !!!
2014-12-12 00:53:50 -08:00
Mitchell Hashimoto
fa7131ff6e
website/www: fix Vagrantfile
2014-12-12 00:49:42 -08:00