Mitchell Hashimoto
b28f946be9
Merge pull request #2210 from mitchellh/b-set-e
...
provisioner/shell: set -e for inline [GH-2069]
2015-06-11 17:19:43 -04:00
Mitchell Hashimoto
3ed73852be
provisioner/shell: set -e on the shebang itself
2015-06-11 17:19:23 -04:00
Mitchell Hashimoto
3933cc3217
Merge pull request #2208 from mitchellh/b-do-user
...
builder/digitalocean: user data support [GH-2113]
2015-06-11 16:57:04 -04:00
Clint Shryock
724d591ba4
documentation: subnet_id is required for non-default VPC
2015-06-11 14:02:00 -05:00
Clint Shryock
a8155e17aa
merge acaire/add-ebs-snapshot-tags
2015-06-11 10:33:55 -05:00
Mitchell Hashimoto
9c1e461402
website: document chef_environment for chef-solo
2015-06-10 20:33:00 -07:00
Mitchell Hashimoto
9c1e6bc478
website: clarify shutdown command [GH-2011]
2015-06-10 20:30:00 -07:00
Mitchell Hashimoto
5cfd26a0d3
builder/digitalocean: user data support [GH-2113]
2015-06-10 19:29:48 -07:00
Mitchell Hashimoto
910b16104e
website: update required options for DO
2015-06-10 18:56:03 -07:00
Mitchell Hashimoto
a691a1521c
website: update do docs
2015-06-10 14:16:40 -07:00
Mitchell Hashimoto
9da9ce6046
vmware/iso: disk_additional_size
2015-06-10 12:41:17 -07:00
Mitchell Hashimoto
3ba9d70b22
Merge pull request #1382 from sneal/AdditionalDisksForVMwareISO
...
Additional disks for vmware iso
2015-06-10 12:39:50 -07:00
Mitchell Hashimoto
8d6a99457a
Merge pull request #1078 from pleschev/skip_nat_port
...
Adding the ability to skip nat port forwarding for ssh connectivity
2015-06-10 10:47:03 -07:00
Mitchell Hashimoto
a34b1a228d
Merge pull request #1953 from apparentlymart/patch-1
...
website: Fix statement in machine-readable 'ui' type docs.
2015-06-08 21:22:00 -07:00
Christoph Hartmann
1539b9459f
replace opscode with chef
2015-06-07 15:12:05 +02:00
Basil Peace
3dabf60b52
Fix error in isotime demo in the documentation of Configuration Templates
2015-06-06 23:43:06 +03:00
Shawn Neal
b665339b39
Added website docs for VMWare ISO additionaldisk_size
2015-06-04 08:22:50 -07:00
Mitchell Hashimoto
36c6d37f69
website: Update docs for template_dir
2015-05-29 14:30:36 -07:00
Mitchell Hashimoto
58b430d7ef
website: update docs for provider key [GH-2099]
2015-05-29 11:34:22 -07:00
Mitchell Hashimoto
f8c877771d
Merge branch 'f-packer-push-name'
2015-05-28 15:18:36 -07:00
Mitchell Hashimoto
8c3b8c6895
Merge pull request #1997 from justincampbell/vagrant-post-processor-execution-order
...
Clarify doubly-nested array use in post-processors
2015-05-28 09:37:50 -07:00
Mitchell Hashimoto
8cac7e8d51
Merge pull request #1930 from bhourigan/issue1929
...
Prepending -i to sudo so PATH is inherited from profile.d scripts
2015-05-28 09:36:58 -07:00
Mitchell Hashimoto
8199697821
Merge pull request #2029 from spuder/patch-1
...
Changes date example in isotime
2015-05-27 20:20:05 -07:00
Mitchell Hashimoto
96b40322e0
Merge pull request #2095 from rickard-von-essen/issue_2079
...
Fixes #2079 - Documentation parallel_tools_mode / guest_additions_mode
2015-05-27 20:19:23 -07:00
Mitchell Hashimoto
77af5f83f7
Merge pull request #2120 from vtolstov/discard
...
add discard option to qemu builder
2015-05-27 20:18:11 -07:00
Seth Vargo
168fe98610
Merge pull request #2109 from bosr/docs-homebrew-notap
...
doc update: no need for homebrew/binary anymore
2015-05-23 13:12:09 -04:00
Vasiliy Tolstov
3984f5e6f6
add discard option to qemu builder
...
Enabling discards for disk can greatly minimize disk size then user
inside vm use fstrim command or trim/discard unneded blocks.
Signed-off-by: Vasiliy Tolstov <v.tolstov@selfip.ru>
2015-05-17 20:48:58 +03:00
Romain Bossart
8944824fa8
doc update: no need for homebrew/binary anymore
2015-05-14 21:11:44 +02:00
Rickard von Essen
835aff4562
Fixes #2079 - Documentation parallel_tools_mode / guest_additions_mode
2015-05-05 09:21:32 +02:00
Rickard von Essen
1365627e31
Fixes #2080 Add prlctl_post in builder Parallels
...
This adds config option prlctl_post for builder parallels-iso/pvm. It
allows additional prlctl commands to run after the VM has been shutdown
just before being exported.
2015-05-03 11:18:48 +02:00
Ernie Hershey
d903b6d56a
Remove duplicate "directly"
2015-05-01 14:34:37 -04:00
Grégoire Pineau
cd14cb7012
[Provisioner][Ansible] Added support for inventory group
2015-04-30 18:43:00 +02:00
Jack Pearkes
344c741642
command/push: allow specifying a -name param for push target
2015-04-15 12:54:58 -07:00
Spencer Owen
59499426b0
Changes date example in isotime
...
The example of using 1506 doesn't make much sense since 15 is the hour and 06 is the year.
Using HHMM is a more intuitive example
2015-04-09 14:43:12 -06:00
Ameir Abdeldayem
4735ab004a
Add docs for `client_key` option of `chef-client` provisioner.
2015-04-09 02:19:52 -04:00
Brian Hourigan
a4cfd921f4
Adding missing hyphen to sudo options
2015-04-04 10:52:17 -04:00
Justin Campbell
23ac351c85
Clarify doubly-nested array use in post-processors
...
Expands on the description of the Vagrant and Vagrant Cloud
post-processors needing to be in a doubly-nested array.
Also, separate the two arrays in the JSON sample so they stick out more
(and reformat the JSON).
2015-03-24 15:41:17 -04:00
dragon788
7daf8f6b5f
Invalid boot command section for VMware ISO
2015-03-13 13:45:43 -05:00
dragon788
0e8cd451ed
Invalid boot command section for VirtualboxISO
2015-03-13 13:45:30 -05:00
dragon788
a565f43ca9
Replaced missed command
2015-03-13 13:44:59 -05:00
dragon788
90e48eabc3
Invalid boot command section for Parallels ISO
2015-03-13 13:44:07 -05:00
Ash Caire
361e859556
Add EBS snapshot tags
2015-03-01 10:27:30 +11:00
Colin Hebert
34e34d1f18
Fix typo
2015-02-28 23:02:49 +11:00
Martin Atkins
2a9dc513ab
Fix statement in machine-readable 'ui' type docs.
...
The text previously stated that "ui"-type messages represent messages that would be shown if Packer is *not* running in human-readable mode.
This is rather talking about what would happen when Packer *is* using human-readable mode.
2015-02-26 16:35:31 -08:00
David Danzilio
d1445bc6fe
Make PackerBuildName and PackerBuilderType available as Facts during a masterless run similar to the way we do with the Shell provisioner.
2015-02-24 21:44:00 -05:00
Seth Vargo
8c36684e98
Merge pull request #1846 from lalyos/patch-1
...
docs/templates: add note about escaping
2015-02-24 20:12:18 -05:00
Seth Vargo
c338d313db
Merge pull request #1925 from tdooner/add_rackconnect_support
...
Add Rackconnect support to openstack builder
2015-02-24 20:02:26 -05:00
Seth Vargo
2d13cf9689
Merge pull request #1936 from leto/patch-1
...
Tell people to use OVF v2
2015-02-24 19:53:30 -05:00
Seth Vargo
cc231ea497
Merge pull request #1941 from w1mvy/update_document
...
Updated doc with config
2015-02-24 19:51:44 -05:00
Ross Smith II
07b61f2ca8
Fix digitalocean urls in docs
...
[skip ci]
2015-02-24 11:32:27 -08:00
w1mvy
003bb6926c
Updated doc with config
2015-02-23 21:36:37 +09:00
Emil Hessman
825cd7a86a
website: address spelling mistakes
2015-02-21 09:27:04 +01:00
Duke Leto
f7383d533d
Tell people to use OVF v2
...
The example error message being in here is important so people can search for that error message and find the answer easily. The default in my VirtualBox is V1, so many people will run into this.
2015-02-19 15:42:35 -08:00
Brian Hourigan
8e69403735
Prepending -i to sudo so PATH is inherited from profile.d scripts related to ec2 tooling
2015-02-19 14:32:27 -05:00
Tom Dooner
726f5c45b1
Add some documentation of new Openstack options
2015-02-17 21:44:39 +00:00
Ross Smith II
f35b8db498
Merge pull request #1904 from gnawhleinad/master
...
make it clear that "tools_upload_folder" is not used for esxi
[skip ci]
2015-02-16 10:02:24 -08:00
Ross Smith II
a6d843ffd9
Merge pull request #1883 from dragon788/master
...
Boot command section in vmware and virtualbox ISO wasn't working
[skip ci]
2015-02-16 09:57:30 -08:00
Misha Brukman
be4ccc77fb
builders/googlecompute: made formatting consistent
...
Also updated Debian 7 VM image to `debian-7-wheezy-v20150127`.
2015-02-11 21:16:19 -05:00
Misha Brukman
a935b31620
builders/googlecompute: fixed link in docs.
2015-02-10 20:13:28 -05:00
Jack Pearkes
2db039bfe2
Merge pull request #1897 from KFishner/docs-atlas-post-processor
...
Add Atlas post-processor documentation
2015-02-09 16:41:35 -08:00
gnawhleinad
faf65bec53
make it clear that is not used for esxi
...
Signed-off-by: gnawhleinad <danielleehwang@gmail.com>
2015-02-06 15:01:55 -08:00
Seth Vargo
bfc4f4ff7d
Clarify push interpolation caveat
2015-02-04 13:30:40 -05:00
Seth Vargo
983b0b8988
Allow specifying a -message when pushing
2015-02-04 13:30:40 -05:00
Seth Vargo
7911d98836
Warn about pushing sensitive data in Packer templates
2015-02-04 13:30:40 -05:00
Seth Vargo
8194846d86
Update push command docs to remove `-token`
2015-02-04 13:30:39 -05:00
Seth Vargo
75b4f50f8f
Add examples for Push template configuration
2015-02-04 13:30:39 -05:00
Seth Vargo
677ddd34bd
Update default value for push VCS documentation
2015-02-04 13:30:39 -05:00
Kevin Fishner
3bdb9a6e9d
add vagrant cloud note
2015-02-03 17:07:24 -08:00
Kevin Fishner
3717ffa023
add atlas post-processor docs
2015-02-03 16:20:32 -08:00
dragon788
5482f56670
Merge pull request #3 from dragon788/patch-2
...
Boot command section was NOT working
2015-01-30 13:15:37 -06:00
dragon788
800dbeedac
Boot command section was NOT working
...
If copy and pasted, the boot command section was NOT working due to < and > being translated to HTML code equivalents. Removed javascript tagging on the code block to see if this fixes the resulting display in a browser.
2015-01-30 10:51:20 -06:00
dragon788
078c3b3378
Boot command section was NOT working
...
If copy and pasted, the boot command section was NOT working due to < and > being translated to HTML code equivalents. Removed javascript tagging on the code block to see if this fixes the resulting display in a browser.
2015-01-30 10:50:32 -06:00
Mehul Kar
1011ec804d
Fix page title
2015-01-22 18:48:02 -08:00
Paul Schooss
fa1f04833c
Adding documentation for the environments_path
2015-01-20 11:07:46 -08:00
Misha Brukman
61c95732dd
provisioner/shell: Added punctuation.
2015-01-20 11:06:48 -05:00
Misha Brukman
239bdcef29
provisioner/shell: Added code formatting.
2015-01-20 11:06:37 -05:00
Misha Brukman
e696bb7727
provisioner/shell: Fix link with parentheses.
2015-01-20 11:06:10 -05:00
lalyos
68a94f9c2f
docs/templates: add note about escaping
...
If some tries to copy and paste the isotime examples with options into a template, the parser will fail.
2015-01-17 10:20:19 +01:00
Danny Lockard
fdcf10dc64
and update the docs to indicate you can use 'scsi' in place of sata or ide
2015-01-15 19:56:30 -06:00
Colin Hebert
a100e9393b
Add support for custom working directory for puppet
2015-01-11 10:25:48 +11:00
Ross Smith II
8fea991516
Merge pull request #1742 from jenspinney/master
...
Fix documentation for openstack_provider and provider config options.
[skip ci]
2015-01-10 09:21:33 -08:00
Jack Pearkes
4b0d861373
docs/vmware-iso: fix boot command encoding
2015-01-04 13:43:54 -05:00
Timo Sugliani
6b14b6282a
Update plugins.html.markdown
...
I think this is the required PATH for windows.
2015-01-03 14:34:37 +01:00
Ross Smith II
ecf82071ce
Merge pull request #1784 from mefellows/docu/aws-credentials-file
...
Updated Amazon documentation to reflect use of credentials file
[skip ci]
2014-12-30 07:24:37 -08:00
Ross Smith II
9a9395a4f0
Merge pull request #1788 from malclocke/patch-1
...
Fix link to shell provisioner [skip ci]
2014-12-29 19:38:11 -08:00
Ross Smith II
a51206f749
Merge pull request #1790 from joelhandwell/patch-1
...
Added Chocolatey as alternative installation [skip ci]
2014-12-29 13:57:57 -08:00
Joel Handwell
297eb3777b
Fix typo: One attached -> Once attached
2014-12-26 00:42:41 -05:00
Joel Handwell
cf23e34404
Added Chocolatey as alternative installation
2014-12-23 20:59:48 -05:00
Malcolm Locke
07ed577ce0
Fix link to shell provisioner
2014-12-24 13:37:41 +13:00
Ross Smith II
b8626d8340
Alphabetized options in qemu.html.markdown
2014-12-21 10:12:34 -08:00
Matt Fellows
59c54a2a7a
Updated Amazon documentation to reflect the precedence rules putting ~/.aws/credentials files ahead of env vars. Ref #1612
2014-12-19 13:32:06 +11:00
Matthew Barrington
bce1a5d9d7
Updated the spot price docs
2014-12-16 17:53:12 +00:00
Michał Czeraszkiewicz
1e88d41b6f
Fix broken links in the DigitalOcean documentation
2014-12-12 02:30:10 +01:00
Danny Lockard
8aac8dc17c
Per https://coderwall.com/p/momg4a/packer-io-vsphere-post-processor-without-resource-pools
2014-12-10 11:35:32 -06:00
Ryan Uber
010c77d05f
builder/digitalocean: default to nyc3
2014-12-10 00:26:56 -08:00
jenspinney
ccc09c0167
Fix documentation for openstack_provider and provider config options.
2014-12-09 22:18:59 -08:00
Mitchell Hashimoto
6f66afcee0
website: docs for push
2014-12-09 16:14:04 -08:00
Dustin Carlino
fe47f45800
Remove bucket_name from GCE config.
...
Fixes #1732 . Forgot to do this in 23c947acf0
.
2014-12-09 08:44:01 -08:00
dragon788
582b8a6ad9
Fixed typo
2014-12-05 10:55:27 -06:00
Seth Vargo
0eb634ae6a
Merge pull request #1525 from scott2449/master
...
Add default nodename for chef-client
2014-11-26 16:29:22 -05:00
pleschev
431647997c
Merge pull request #2 from mitchellh/master
...
Update skip_nat_port to latest master.
2014-11-26 07:52:42 +11:00
Evan Brown
ff149df30f
Use golang/oauth2, no longer require client_secrets.json, and use
...
Service Account when run from a GCE Instance.
2014-11-21 12:45:27 -08:00
Mitchell Hashimoto
0db6cd3533
Merge pull request #1330 from qur/qemu-vagrant
...
Qemu vagrant
2014-10-28 08:42:17 -07:00
Mitchell Hashimoto
60e2a8b5fc
Merge pull request #1342 from iwebhosting/qemu-image-support
...
Add support for building QEMU images from pre-existing image files
2014-10-28 08:38:51 -07:00
Mitchell Hashimoto
7865026e22
Merge pull request #1463 from vtolstov/digitalocean
...
add digitalocean v2 api support
2014-10-28 08:30:23 -07:00
Mitchell Hashimoto
00543fe582
Merge pull request #1479 from jasonberanek/esxi-remote-cache
...
buidler/vmware-esxi: Add configuration options for the remote location to cache ISO and floppy files
2014-10-28 08:28:15 -07:00
Mitchell Hashimoto
7ad8f33ddb
Merge pull request #1530 from Quintok/master
...
#1191 - Add VMWare virtualhw.version configuration option under 'version'
2014-10-28 08:27:22 -07:00
Vasiliy Tolstov
8f9e9abca1
Merge branch 'master' into digitalocean
2014-10-28 16:03:32 +03:00
Nick Cronin
da0c1cbd8c
#1191 - highlight 'experimental' state of VMWare vmx.version in docs
...
As per the comments on the pull request It was felt that vmx hardware
version should be more explicitly documented as ‘experimental’ when
using a non default value.
2014-10-28 11:50:35 +11:00
Nick Cronin
1aa102dd06
addresses #1191 - Add VMWare virtualhw.version configuration option under 'version'
2014-10-28 11:49:04 +11:00
Mitchell Hashimoto
1fa95d7153
website: don't show virt type on amazon-ebs
2014-10-27 17:26:30 -07:00
Mitchell Hashimoto
6a1744a1d2
Merge pull request #1385 from Mayflower/vagrantcloud_selfhosted
...
Vagrantcloud selfhosted
2014-10-27 17:12:21 -07:00
Mitchell Hashimoto
fc2e24faa3
Merge pull request #1491 from lancefrench/gh-1491
...
Amazon Instance Builder Docs Still Reference Deprecated S3Endpoint
2014-10-27 17:07:00 -07:00
Mitchell Hashimoto
733a3ca317
website: update for machine type on qemu
2014-10-27 17:06:17 -07:00
Mitchell Hashimoto
d0501a7bfb
Merge pull request #1493 from hiroyuki-sato/patch_for_packer
...
Update document about qemu builder for [GH-1407].
2014-10-27 17:05:26 -07:00
Mitchell Hashimoto
c161f9adc5
Merge pull request #1558 from vtolstov/qemu_cache
...
builder/qemu: add ability to set cache mode for disk
2014-10-27 16:56:16 -07:00
Mitchell Hashimoto
3504e4c1b7
Merge branch 'fix_qemu_size_argument' of https://github.com/berendt/packer into berendt-fix_qemu_size_argument
...
Conflicts:
website/source/docs/builders/qemu.html.markdown
2014-10-27 16:13:53 -07:00
Christian Berendt
5874e23548
Fix the value for the QEMU size parameter in the documentation
...
Instead of 1024m it shoud be 1024M. Using 1024m as value does not work:
---snip---
2014/10/27 10:21:41 packer-builder-qemu: 2014/10/27 10:21:41 Executing
/usr/bin/qemu-system-x86_64: []string{"-m", "1024m", "-redir",
"tcp:3213::22", "-device", "virtio-net,netdev=user.0", "-cdrom",
"/home/berendt/B1-Systems/openstack-appliance/packer_cache/436c246ce08d768bbacce00e39c11ecd09071565542788d08b3120de0228c9eb.iso",
"-machine", "type=pc-1.0,accel=kvm", "-vnc", "0.0.0.0:47", "-netdev",
"user,id=user.0", "-name", "openstack", "-drive",
"file=openstack/openstack.qcow2,if=virtio", "-boot", "once=d"}
2014/10/27 10:21:41 packer-builder-qemu: 2014/10/27 10:21:41 Started
Qemu. Pid: 2618
2014/10/27 10:21:41 packer-builder-qemu: 2014/10/27 10:21:41 Qemu
stderr: qemu-system-x86_64: -m 1024m: Parameter 'size' expects a size
==> qemu: Error launching VM: Qemu failed to start. Please run with logs
to get more info.
---snap---
2014-10-27 10:34:41 +01:00
David Kinzer
1b4a0bffbe
Fix broken links in docker builder docs.
...
The first link is to an outside page that doesn't exist anymore.
The second link is to the correct id.
2014-10-24 10:59:26 -04:00
Seth Vargo
67fad6c429
Add metadata description to all pages + include "Packer" for SEO
2014-10-22 17:41:53 -04:00
Seth Vargo
0800ebfe7a
Use formatting helpers and labeled code blocks
2014-10-22 17:41:53 -04:00
Nicholas Chammas
437b1bf12a
Portability and explicitness
...
"Explicivity" is not a word.
2014-10-22 15:22:57 -04:00
Jason A. Beranek
8d398d159d
website: make remote vmware docs consistent
2014-10-14 21:30:17 -05:00
Jason A. Beranek
241398d53e
website: document vmware-iso remote cache path
2014-10-14 21:25:15 -05:00
Mitchell Hashimoto
66cd829813
Merge pull request #1589 from joshfng/master
...
website: Add all boot commands from source to docs.
2014-10-14 15:49:55 -07:00
Josh Frye
1e2cb36735
Add all boot commands from source to docs.
2014-10-14 15:45:34 -07:00
Mitchell Hashimoto
ba0b4e7519
Merge pull request #1523 from jc00ke/patch-1
...
website: Minor edits
2014-10-14 15:43:17 -07:00
Mitchell Hashimoto
2419e44551
Merge pull request #1528 from amangoel/patch-1
...
website: Update chef-solo.html.markdown
2014-10-14 15:43:00 -07:00
Mitchell Hashimoto
e82b76edc9
Merge pull request #1529 from amangoel/patch-2
...
website: Update amazon.html.markdown
2014-10-14 15:42:46 -07:00
Mitchell Hashimoto
3374765419
Merge pull request #1560 from amosshapira/patch-1
...
website: ec2:ModifyImageAttribute already included in the sample policy
2014-10-14 15:42:08 -07:00
Tim Brown
bd5382dc72
Update example to match parameter.
...
The example showed "path" instead of "output".
2014-10-13 12:56:53 -07:00
Seth Vargo
ff514004a8
Merge pull request #1537 from nifr/patch-1
...
Fixed dead links in doc section environment-variables.
2014-10-10 06:34:45 -07:00
Amos Shapira
b3839f48de
ec2:ModifyImageAttribute already included in the sample policy
...
ec2:ModifyImageAttribute is already included in the sample policy JSON (line 67 in the source file), so the comment about optionally adding it only adds confusion.
2014-10-06 13:28:40 +11:00
Vasiliy Tolstov
8efc8ec984
add ability to set cache mode for disk
...
Signed-off-by: Vasiliy Tolstov <v.tolstov@selfip.ru>
2014-10-06 01:09:45 +04:00
Nicolai Fröhlich
7fdb045ed0
Fixed dead links in doc section environment-variables.
...
Due to a missing `/` the links pointed to i.e. `docs/other/docs/other/core-configuration.html` producing a 404 / Page not found.
2014-09-26 15:28:24 +02:00
amangoel
e5c71008ba
Update amazon.html.markdown
...
Technical correction
2014-09-24 17:41:41 -07:00
amangoel
6150a281f5
Update chef-solo.html.markdown
2014-09-24 17:15:47 -07:00
Scott Rahner
4383b435a4
adding default nodename
2014-09-24 19:40:34 -04:00
Jesse Cooke
adedfb85a6
Ditch ` around content words
2014-09-24 14:00:58 -07:00
Jesse Cooke
c2ffdd99a7
Minor edits
2014-09-24 10:07:57 -07:00
Julian Phillips
660e82e689
Update vagrant supported builder list
...
Update the list of supported builders in the vagrant post-processor
docs to include QEMU.
2014-09-22 11:15:47 +01:00
JessThrysoee
16b82d6d15
builder/parallels: Bundle python version of prltype
...
Uses the Python API from Parallels Virtualization SDK to write
boot commands.
This eliminates a 3rd party requirement and makes it easier for people
not using homebrew to get started with packer.
2014-09-19 22:19:15 +02:00
Jason A. Beranek
58a50e0513
website: document vmware-esxi VNC requirements
2014-09-16 22:16:22 -05:00
Vasiliy Tolstov
bb484e88a2
Update digitalocean.html.markdown
...
fix mistake
2014-09-15 15:44:27 +04:00
Vasiliy Tolstov
018601058c
Update digitalocean.html.markdown
...
separate v1 and v2 api
2014-09-15 15:43:54 +04:00
Vasiliy Tolstov
ca6ef4d1e1
Update digitalocean.html.markdown
...
update docs
2014-09-15 15:43:10 +04:00
Hiroyuki Sato
c650f6f6af
Fix typo
2014-09-12 23:28:10 +09:00
Hiroyuki Sato
64a709e7be
Update document about qemu builder for [GH-1407].
...
https://github.com/mitchellh/packer/pull/1407
2014-09-12 23:14:55 +09:00
Lance French
ce5276d667
Update for amazon-instance builder docs [GH-1491]
...
Updating --url parameter to --region in the builder
documentation for the bundle upload command.
2014-09-11 23:08:45 -07:00
Chris Spicer
840c4e4d02
Add group_vars and host_vars to Ansible provisioner docs to reflect current code
2014-09-10 15:37:05 -07:00