824 Commits

Author SHA1 Message Date
Joel Scoble
301bd8ceb2 update the documented datatype for facter to 'object of key/value strings' for both puppet provisioners 2015-06-18 14:14:36 -05:00
Mitchell Hashimoto
b20e26be17 website: update docs for ami_groups claritifaction [GH-1068] 2015-06-17 22:30:57 +02:00
Mitchell Hashimoto
889b5b6105 website: update vsphere 2015-06-17 22:21:04 +02:00
Mitchell Hashimoto
49769a17c2 Merge pull request #2243 from mitchellh/f-powershell
Windows provisioners: powershell, windows-shell, windows-restart
2015-06-17 17:51:42 +02:00
Kerim Satirli
97e94eda77 adds missing comma
The `parallels_tools_flavor` key-value pair is missing a trailing comma, thereby making it invalid JSON.
2015-06-16 09:18:59 +02:00
Mitchell Hashimoto
6cda4fa548 Merge branch 'default_facts' of https://github.com/danzilio/packer into danzilio-default_facts 2015-06-15 15:29:23 -07:00
Mitchell Hashimoto
2bb4bdffc4 website: update docs for ssh_keypair_name 2015-06-15 15:23:38 -07:00
Mitchell Hashimoto
65916514c0 Merge branch 'puppet_working_dir' of https://github.com/ColinHebert/packer into ColinHebert-puppet_working_dir 2015-06-15 15:17:45 -07:00
Mitchell Hashimoto
aee48239f7 website: document file download 2015-06-15 15:08:56 -07:00
Clint Shryock
91e565d54f builder/amazon: Update docs on ssh_private_key 2015-06-15 16:02:26 -05:00
Mitchell Hashimoto
906c45266d website: make warning for chef perms 2015-06-15 13:46:43 -07:00
Mitchell Hashimoto
106c9403ed provisioner/chef-client: chmod the directories 2015-06-15 13:41:07 -07:00
Mitchell Hashimoto
bee3b59c40 Merge branch 'chef-client-client_key' of https://github.com/ameir/packer into ameir-chef-client-client_key 2015-06-15 13:40:33 -07:00
Clint
5e786e3bb2 Merge pull request #2250 from mitchellh/b-amazon-block-docs
Document Amazon Block Device Mapping fields
2015-06-15 12:20:13 -05:00
Clint Shryock
d015d20a24 document block device mapping fields 2015-06-15 11:53:03 -05:00
Mitchell Hashimoto
723b91ccf3 Merge pull request #2232 from mitchellh/f-build-name
core: add build_name and build_type functions
2015-06-15 09:42:22 -07:00
Mitchell Hashimoto
a978bbf781 website: update docs for new functions 2015-06-15 09:40:11 -07:00
Mitchell Hashimoto
d6f8ec9315 Merge pull request #2230 from mitchellh/f-json-comments
template: allow _ prefix to root level keys for comments [GH-2066]
2015-06-15 09:38:33 -07:00
Clint
2372393f64 Merge pull request #2212 from mitchellh/f-amazon-add-tags-to-snapshots
Add EBS snapshot tags #846 #1219
2015-06-15 10:05:57 -05:00
Clint
8fca582278 Merge pull request #2221 from mitchellh/f-amazon-force-deregister-artifacts
builder/amazon: Add force_deregister option
2015-06-15 10:02:30 -05:00
Clint Shryock
c3e79c62b9 document force_deregister 2015-06-15 10:01:32 -05:00
Mitchell Hashimoto
e1530c39dc website: windows-shell 2015-06-14 11:27:48 -07:00
Mitchell Hashimoto
506a657775 website: doc windows-restart 2015-06-14 11:17:50 -07:00
Mitchell Hashimoto
9364809d01 website: document powershell 2015-06-14 11:08:32 -07:00
Mitchell Hashimoto
b2e9277d3b website: update for Windows AWS instances 2015-06-14 10:51:34 -07:00
Mark Peek
b2f8eb68e8 Enable ssh agent forwarding #1066 2015-06-13 17:15:49 -07:00
Mitchell Hashimoto
facbb6577d template: allow _ prefix to root level keys for comments [GH-2066] 2015-06-13 16:19:25 -04:00
Mark Peek
8b4f980123 website: fix missing comma in parallels-pvm example 2015-06-12 15:00:53 -07:00
Mitchell Hashimoto
35b8df1816 website: note cloud-init req for openstack [GH-1750] 2015-06-12 11:14:28 -04:00
Mitchell Hashimoto
693f04afcc builder/openstack: AZ support 2015-06-12 11:10:10 -04:00
Mitchell Hashimoto
1428e6dfbe Merge pull request #2218 from mitchellh/f-openstack
OpenStack uses official OpenStack client
2015-06-12 10:52:33 -04:00
Mitchell Hashimoto
92b6b5c387 builder/openstack: can ref flavor by name 2015-06-12 10:32:31 -04:00
Mitchell Hashimoto
e724b5fe80 builder/openstack: support legacy env vars 2015-06-12 00:33:52 -04:00
Clint
1da56993a2 Merge pull request #2214 from mitchellh/b-amazon-subnet-docs
documentation: subnet_id is required for non-default VPC
2015-06-11 16:53:19 -05:00
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
db42c293d3 Merge pull request #1870 from catsby/doc-updates
Updates to Into: Build An Image docs
2015-06-08 21:22:57 -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