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
Philip Cristiano
9f624a4557
docs: Fix invalid example
2013-07-05 08:42:22 -04:00
Brandon Liu
e8037b330b
Doc fixes.
2013-07-01 19:53:04 -07:00
Mitchell Hashimoto
a9af38401d
Merge pull request #73 from jcrosby/master
...
website: Grammar tweak for veewee-to-packer docs
2013-06-29 18:06:32 -07:00
Jon Crosby
de0e56f401
Update veewee-to-packer docs
2013-06-29 16:43:36 -07:00
Greg Karékinian
e04e204496
Fix typo
2013-06-29 13:02:57 +02:00
Artur Rodrigues
d857eb1cee
Fix reference of typo corrected on 43bb20d05f
2013-06-28 16:45:32 -03:00
Mitchell Hashimoto
2806c70468
website: fix typo on shell script
2013-06-28 15:26:09 -04:00
Robby Colvin
412be0d7c1
'path' in shell provisioner template was renamed
2013-06-28 12:11:24 -07:00
Mitchell Hashimoto
e38b5827ca
website: doc veewee-to-packer
2013-06-28 00:04:41 -04:00
Mitchell Hashimoto
ee5fad3769
website: document keep_input_artifact
2013-06-27 08:25:12 -07:00
Mitchell Hashimoto
b89d13f3ee
website: post-processors docs for templates
2013-06-18 14:40:37 -07:00
Mitchell Hashimoto
72c1a4382c
website: document config templates
2013-06-10 15:08:14 -07:00
Mitchell Hashimoto
a5bcb3d0e6
website: additional provisioner docs
2013-06-08 17:30:32 -07:00
Mitchell Hashimoto
0449add7b7
website: template provisioner docs
2013-06-08 17:29:20 -07:00
Mitchell Hashimoto
1676befc85
website: template builders
2013-06-08 17:11:56 -07:00
Mitchell Hashimoto
a2f437fd6a
website: templates introduction
2013-06-08 14:36:22 -07:00