tubadude49
14c73a837d
Plural
2016-08-09 16:24:17 -05:00
Pedro de la Cruz Jr
877a456eea
Type-o in documentation
2016-06-14 14:24:34 -05:00
David J. Felix
b7bff9d251
Fix misdocumentation of "variables" attribute ( #3433 )
...
- Variables is not a JSON array or "[]" it is a JSON object "{}" or map.
2016-05-18 16:00:49 -07:00
Ilias Bertsimas
8bb3541fc3
Fix WinRM default SSL port typo.
2016-03-22 11:32:03 +00:00
Thomas Vendetta
e362cd6b8b
Use new Ubuntu AMI thats t2.micro & us-east-1 eligible
...
Uses this free tier eligible ebs/hvm AMI:
Ubuntu Server 14.04 LTS (HVM), SSD Volume Type - ami-fce3c696
2016-03-16 22:28:10 -04:00
Alvaro Miranda
33a225eb92
Add note for $HOME and ~
2016-03-15 06:34:26 +13:00
Chris Bednarski
1256babce3
Change .markdown to .md because it's shorter
2016-03-11 17:06:36 -08:00
Dai MIKURUBE
2d4c31f82b
Add a note about timezone "-0700" in "isotime".
2016-03-08 17:35:06 +00:00
Ilias Bertsimas
883e4bcae2
Update documentation to reflect the new default behaviour.
2016-02-29 16:06:23 +00:00
Aaron Harnly
f47d58f92e
"environmental variable" -> "environment variable"
...
They are called environment variables, rather than environmental variables[1].
This small fix corrects that in the docs.
[1] http://man7.org/linux/man-pages/man7/environ.7.html
2016-02-25 17:21:18 -05:00
Tyler Tidman
8f44bd7575
List ssh communicator doc options in 'packer fix' (alphabetical) order
2016-02-19 09:46:24 -05:00
David Zanetti
3c1013f098
Docs: Examples of templates need more assistance about AMI IDs
...
* Several places where AMI IDs are used now have more explanation about
where to find information about them, or links to the builder docs
* IDs present in examples have not been changed to valid ones, since
this would be an on-going problem to maintain a current valid ID
* See github.com issue #3132
Signed-off-by: David Zanetti <dave2@wetstring.net>
2016-02-17 10:49:38 +13:00
Chris Bednarski
3d9410f176
Merge branch 'sftp' of https://github.com/2opremio/packer into f-sftp
2016-02-02 14:16:19 -08:00
Tyler Tidman
a1c4c6aace
Rename communicator markdown file to match the rest of the website source files
2016-01-26 09:28:24 -05:00
Marc Abramowitz
dec48aa9c1
Add example of conditional provisioner
...
to user-variable docs
2016-01-22 10:38:25 -08:00
Brent Rojas
88c40c5d41
Update push.html.markdown
...
Remove unneeded word.
2016-01-19 21:54:32 -08:00
Chris Bednarski
295bf847db
Merge pull request #3066 from dave2/gh-3052
...
Update docs to reflect current AMI IDs and instance sizes
2016-01-14 17:23:49 -08:00
Seth Vargo
c0b46b2fb8
Use SSL for resources
2016-01-14 15:31:19 -05:00
David Zanetti
0369b8e7c0
Update docs to reflect current AMI IDs and instance sizes
...
- Using Ubuntu-supported image, 14.04 LTS current, for us-east-1
- t1.micro no longer exists, t2.micro replaces it
- Raised in issue #3052
2016-01-14 10:52:17 +13:00
Ben Goodwin
64152e4a64
Implement WinRM-over-HTTPS
2016-01-12 21:28:20 -05:00
Jake Champlin
49ded7f79f
Grammar change
2015-11-13 13:57:52 -05:00
Jake Champlin
912111ca42
Add full example and link to Atlas Post Processor
2015-11-12 18:32:31 -05:00
Jake Champlin
ed86277714
Update Post-Processor Docs
...
Update Post-Processor docs to clarify sequences in packer templates.
2015-11-12 18:06:10 -05:00
Chris Bednarski
c834a00e22
Added a name validator to the push command
2015-08-26 12:16:18 -07:00
Chris Bednarski
0d973145f5
Added a note to the push docs about dot being disallowed in atlas names
2015-08-26 12:00:13 -07:00
Alfonso Acosta
a59c82d7a6
Add sftp file transfer support
...
Adds a new config option: "ssh_file_transfer_method", which can be set to "scp"
or "sftp" (defaults to "scp")
2015-07-26 23:49:18 +00:00
Chris Bednarski
d8e8f98b32
Change to 4 spaces
2015-07-22 20:25:58 -07:00
Chris Bednarski
d57c051651
Reformat everything
2015-07-22 19:31:00 -07:00
Jack Pearkes
feb2db7b01
website: remove packer push var interpolation
...
This removes a message that is no longer accurate and fixed in https://github.com/mitchellh/packer/issues/1861
2015-07-22 14:05:10 -07:00
Tyler Tidman
3139d3d2c5
Fixes #2474 : Replace use of 'int' and 'uint' in website docs with 'integer' and wrap long lines
2015-07-19 10:56:00 -04:00
Chris Bednarski
a49f263e90
Merge pull request #2418 from zakuro9715/fix-inconsistent-spelling
...
Fix inconsistent spelling
2015-07-15 13:03:39 -07:00
Walter Dolce
0c0ff5a25b
Remove third 's' from word
2015-07-12 14:50:04 +01:00
YuZakuro
a6269671ec
Fix inconsistent spelling
...
`(boolean)` is used in most cases, but `(bool)` is used in places.
I ran `find website/source/**/*.(markdown|md) | xargs sed -i 's/(bool)/(boolean)/g'`
2015-07-09 18:20:13 +09:00
Mitchell Hashimoto
a019575026
helper/communicator: support disabling SSH agent
2015-06-23 14:52:37 -07:00
Mitchell Hashimoto
c0bc74990b
website: note SSH forwarding
2015-06-23 14:49:36 -07:00
Mitchell Hashimoto
4244a6ce8d
website: communicator section
2015-06-23 14:39:29 -07: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
facbb6577d
template: allow _ prefix to root level keys for comments [GH-2066]
2015-06-13 16:19:25 -04:00
Basil Peace
3dabf60b52
Fix error in isotime demo in the documentation of Configuration Templates
2015-06-06 23:43:06 +03:00
Mitchell Hashimoto
36c6d37f69
website: Update docs for template_dir
2015-05-29 14:30:36 -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
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
Emil Hessman
825cd7a86a
website: address spelling mistakes
2015-02-21 09:27:04 +01:00
Seth Vargo
bfc4f4ff7d
Clarify push interpolation caveat
2015-02-04 13:30:40 -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
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
Mitchell Hashimoto
6f66afcee0
website: docs for push
2014-12-09 16:14:04 -08:00
Seth Vargo
67fad6c429
Add metadata description to all pages + include "Packer" for SEO
2014-10-22 17:41:53 -04:00