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
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
Mitchell Hashimoto
9a0f92c5ad
Merge branch 'template-timefmt' of github.com:njones/packer into njones-template-timefmt
...
Conflicts:
packer/config_template.go
website/source/docs/templates/configuration-templates.html.markdown
2014-09-05 16:21:30 -07:00
Mitchell Hashimoto
c66b5dbb67
website: doc upper and lower
2014-09-05 16:17:59 -07:00
RH Becker
e3015d7fe1
Add `page_title` attribute to each documentation file for which it didn't already exist, matching the value to each page's h1, respectively.
2014-08-21 17:41:35 -07:00
Thordur Bjornsson
9058061a38
Don't use a real domain in examples.
...
Use example.com instead.
2014-06-16 13:10:52 +02:00
Nika Jones
04d9b0a1a5
Adds documentation to the website. Explains how to format the time.
2014-05-07 07:28:11 -07:00
Ross Smith II
89c143bd3c
Update provisioners.html.markdown
...
s/virtualbox/virtualbox-iso/
2014-05-06 11:08:42 -07:00
Ross Smith II
d207795f7d
Update post-processors.html.markdown
...
s/virtualbox/virtualbox-iso/
2014-05-06 11:04:38 -07:00
Ross Smith II
d666b64fb8
website: alphabetized configuration options, added missing ones, standardized text
2014-05-04 10:47:56 -07:00
Mitchell Hashimoto
edcb8fea30
packer: min_packer_version [GH-487]
2014-04-26 20:51:46 -07:00
Mitchell Hashimoto
e38c0424b9
packer: allow environmental variables within user vars [GH-633]
2013-12-28 09:34:17 -07:00
Mitchell Hashimoto
4c8b8d4fa7
packer: add `pwd` function with working directory [GH-762]
2013-12-27 20:46:10 -07:00
Mitchell Hashimoto
a2671dc383
website: update for pause_before
2013-12-20 21:49:10 -08:00
Mitchell Hashimoto
930b844bd5
website/source: fix typos
2013-12-19 09:57:31 -08:00
Mitchell Hashimoto
55082a514b
website: document the description field
2013-12-11 13:46:21 -08:00
Mitchell Hashimoto
44d1f3d9cc
website: document `only` and `except`
2013-09-20 11:42:25 -07:00
Mitchell Hashimoto
877dfb81fe
common: Allow user variables to be used for ints/bools/etc. [GH-418]
2013-09-18 16:18:39 -07:00
Mark Peek
521e0163ee
website: document isotime and clean_ami_name
2013-09-07 18:50:01 -07:00
Mitchell Hashimoto
2752db25c0
website: document required user vars
2013-08-31 17:38:38 -07:00
Mitchell Hashimoto
7affef4650
website: document user variables
2013-08-09 16:25:13 -07:00
Mitchell Hashimoto
9a8284d51c
website: get rid of CreateTime for timestamp
2013-08-08 17:25:26 -07:00
Mitchell Hashimoto
94efe2c552
website: new config template docs
2013-08-08 17:25:26 -07:00
Bernard McKeever
04074b8083
Making sense of the sentence
...
The sentence was missing a few words.
I've made it read similar to the previous 3 sentences.
2013-07-08 11:09:16 +01:00
Pierre Riteau
5e3c3adad4
Fix some typos and an error in the documentation
2013-07-05 19:23:24 +01:00
Philip Cristiano
a1ec059966
docs: Use free-tier instance size
2013-07-05 13:22:38 -04:00