200 Commits

Author SHA1 Message Date
Wilken Rivera
7b705545d9
docs: Various doc clean-ups to fix code block formatting and syntax highlighting (#8868) 2020-03-12 15:05:08 +01:00
Sylvia Moss
76f13deaf4
Make template variables SSHPublicKey and SSHPrivateKey as strings (#8829) 2020-03-09 17:25:05 +01:00
Moss
f44eee11b3 Add custom-builders sharing info with post-processors doc 2020-01-30 18:16:55 +01:00
Megan Marsh
4b29131d9c
update docs with warning about timestamp drift (#8666) 2020-01-29 10:29:35 +01:00
Moss
0566f1f999 Extract http ip discover to a new step 2020-01-27 17:06:56 +01:00
Sylvia Moss
fce24ca71d
Add extend packer build template engine docs (#8615) 2020-01-17 11:21:52 +01:00
Sylvia Moss
0677b02e18
Share SourceImageName with provisioners and manifest post-processor (#8603) 2020-01-16 12:04:03 +01:00
Megan Marsh
a6c56aa4e2 fix build func docs 2019-12-18 16:53:17 -08:00
Megan Marsh
6bc5a95c3a tweak docs; change to 2019-12-16 21:35:42 -08:00
Megan Marsh
1679d9fb9d docs 2019-12-14 03:53:22 -08:00
Megan Marsh
517834d528 Revert "Revert "remove clean_ami_name and clean_image_name; complete the deprecation for these functions in favor of clean_resource_name""
This reverts commit 44f91c9afc1884132f4d4cc69ceb1e04f4e4664c.
2019-11-04 14:28:40 -08:00
Megan Marsh
44f91c9afc Revert "remove clean_ami_name and clean_image_name; complete the deprecation for these functions in favor of clean_resource_name"
This reverts commit 0026792d2f60f03abc04239640065e967581310c.
2019-10-14 13:08:15 -07:00
Landon Smith
4ea3460617
Update user-variables.html.md
Looks like the vault variables description was copied from the environment variables section, and someone left a reference to a environment variables.
2019-10-13 16:32:47 -07:00
psinghal20
6492995a20
feat: add strftime function in templates
This commit adds strfttime function in templates to provide conventional format for ISO time based on C standard.

Signed-off-by: psinghal20 <psinghal20@gmail.com>
2019-10-11 14:35:39 +05:30
Megan Marsh
0026792d2f remove clean_ami_name and clean_image_name; complete the deprecation for these functions in favor of clean_resource_name 2019-10-03 15:49:01 -07:00
Megan Marsh
ccf58f0c98 major rework of communicator docs and addition of preseed guides 2019-10-03 09:18:03 -07:00
Megan Marsh
5be06912a7 add docs for error provisioner 2019-10-01 11:08:15 -07:00
Adrien Delorme
0f14077664 Merge remote-tracking branch 'origin/master' into switch_sed_because_license 2019-09-23 12:38:52 +02:00
Adrien Delorme
3fe9d52e3f Merge remote-tracking branch 'origin/master' into scrape_doc_to_builder_struct_config 2019-09-20 11:15:44 +02:00
Daniel Kimsey
887f3bb12e fixup: doc words 2019-09-18 11:09:41 -07:00
Daniel Kimsey
3b64620234 SSH tunneling support
Support for both local and remote TCP port tunneling. Includes updated
docs and tests.

Does not implement dynamic port forwarding (SSH's built-in SOCKS)
(uncertain difficulty) nor unix socket (potentially easy).
2019-09-18 11:09:41 -07:00
Adrien Delorme
79fbe98f90 document replace & replace_all 2019-09-17 16:21:06 +02:00
cmaahs
3e6cc05751 magictime_docs: Adding a reference to the go docs for formatting 2019-09-16 22:02:42 -05:00
Adrien Delorme
509df6ea0f communitator: use auto-generated partials 2019-06-06 17:34:17 +02:00
Megan Marsh
ada6b97126 document vault client env vars 2019-05-09 13:42:48 -07:00
h4ckNinja
a537888fb0
Move the communicator pause_before_connecting
block to a code block and fix the JSON
2019-04-28 23:20:13 -07:00
Megan Marsh
32b68de4db clarify pause before connecting code 2019-04-11 15:26:16 -07:00
Adrien Delorme
d8d5631dc2 allow to set provisioner timeout from buildfile 2019-04-08 20:09:21 +02:00
Adrien Delorme
9836dad0c9 introduce the clean_resource_name to clean image names and deprecate the old ones 2019-04-03 11:25:51 +02:00
Megan Marsh
b8510f35fc
Merge pull request #7330 from hashicorp/except_post_processor_tests
name a post-processor to it's type when it is not named
2019-02-26 09:26:17 -08:00
Adrien Delorme
b37dee1a67 Update post-processor docs 2019-02-20 12:39:37 +01:00
Adrien Delorme
3167d5d52c document post-processor execpt more 2019-02-20 12:38:21 +01:00
Megan Marsh
31c8acc5bc add a configurable pause before step_connect to work around bootstrap race conditions 2019-02-15 15:05:29 -08:00
Megan Marsh
af7131b169 tests, logic cleanup, docs for vagrant builder 2019-02-04 14:08:43 -08:00
Megan Marsh
ad21367b21 vagrant builder 2019-02-04 14:08:43 -08:00
Adrien Delorme
58245f2557 break a chain of post-processors when one is skipped & make -only
"blind" to post-processors

* to avoid trouble
* other arrays of post processors might still be there !
* add docs
* update tests
2019-01-11 14:08:30 +01:00
Adrien Delorme
75af18661f Document --except & --only flags for post-processors 2019-01-11 13:00:10 +01:00
Megan Marsh
7857a0d404 clarify use of split function in docs 2018-12-17 11:40:27 -08:00
Matt Millican
15986a9d4f
Add note about using ssh_interface for WinRM 2018-12-12 15:10:57 -06:00
Megan Marsh
da2c92da0e clarify user variable needs in documentation 2018-11-15 10:55:19 -08:00
Mikhail Ushanov
8400146a2e website: add note about tilde in ssh key path
Signed-off-by: Mikhail Ushanov <gm.mephisto@gmail.com>
2018-11-08 14:25:50 +03:00
Megan Marsh
798d7fd642 add docs 2018-11-05 14:30:51 -08:00
Matthew Hooker
88d27f37a7
make fmt-docs 2018-10-26 17:02:51 -07:00
Rickard von Essen
e646c68218
ssh: Added a section on communication details for the SSH communicator 2018-10-25 09:34:42 +02:00
Megan Marsh
5fa51e099c update docs to fix windows single-quoting problem 2018-10-19 15:50:24 -07:00
Rafael Rivera
e1474e91a6 Clarify NTLMv2 support in documentation 2018-10-04 22:21:44 -07:00
Adrien Delorme
4e14710a66
Merge pull request #6785 from shammellee/patch-2
Fix small typo
2018-10-01 12:00:39 +02:00
Shammel Lee
7024fecf4d
Fix small typo 2018-09-29 16:17:10 -04:00
Shammel Lee
f10571b8cd
Fix small typo 2018-09-28 21:38:29 -04:00
Megan Marsh
38cc525ec7 new option allowing user to clean up the ephemeral ssh key from the authorized_keys file 2018-09-14 11:06:38 -07:00