M. Marsh
52df315ca9
Merge pull request #6160 from DanHam/fix-powershell-ssh
...
Fixes for PowerShell using ssh communicator
2018-04-24 11:03:35 -07:00
DanHam
f17523401e
The default path for uploading the PS script now incorporates a UUID
2018-04-24 11:10:35 +01:00
DanHam
8bbc9be713
Explain how to manually set {{.Path}} and {{.Vars}}
2018-04-24 11:10:35 +01:00
DanHam
2779fb0042
Additional information for using PowerShell with SSH
2018-04-24 11:10:35 +01:00
DanHam
5db82aab21
Doc option allowing override of the path the env var script is uploaded to
2018-04-24 11:10:35 +01:00
Richard Nienaber
2cfbb83b70
fix typo
2018-04-24 10:36:54 +01:00
Richard Nienaber
db65c99bf4
update code based on master and update docs
2018-04-24 10:35:27 +01:00
Megan Marsh
6da6ea74de
add warning to generated feature in file provisioner
2018-04-05 16:12:20 -07:00
M. Marsh
56dd8cdb63
Merge pull request #3891 from nouney/f-generated-files
...
Add "generated" file tag to allow users to upload files created on the fly.
2018-04-05 16:08:38 -07:00
Megan Marsh
bb53d5f6cc
update docs to include Azure.
2018-04-05 15:26:19 -07:00
Omer Katz
c0719a3590
Allow using a custom inventory file.
2018-04-05 12:56:07 +03:00
vkatsikaros
8fdd20ec2d
Add simpler example for chef client in local mode
...
The existing documentation example looks intimidating as it includes:
* variable interpolation
* configuration of the chef provisioner
* and it misses the `config_template` file
In the issue comments, [simpler and complete example](https://github.com/hashicorp/packer/issues/3355#issuecomment-198134727 ) exists already and works out of the box.
This change adds the simpler and complete example, while leaving the more complicated example intact.
2018-04-03 16:29:51 +03:00
Megan Marsh
072cd6b745
Merge pull request #5998 from hashicorp/do_5895
...
allow users of AWS to use the dynamically-generated admin password wh…
2018-03-22 16:01:22 -07:00
Petr Ruzicka
7112212b2f
Adding details to PACKER_BUILD_NAME to have it clear in the documentation how the variable is created
2018-03-21 07:58:53 +01:00
Megan Marsh
f3dc7546d4
even clearer example in winrmpassword docs
2018-03-16 14:28:20 -07:00
Megan Marsh
de7d1430bd
update powershell docs to include reference to the new winrmpassword template variable
2018-03-16 14:25:09 -07:00
Megan Marsh
414dd80e61
Merge pull request #6013 from jsoref/spelling
...
Spelling
2018-03-14 09:50:27 -07:00
Megan Marsh
e2f55a50b5
Merge pull request #5702 from brokenbot/salt-masterless-windows
...
Windows Support for salt-masterless provisioner #5432
2018-03-13 14:26:40 -07:00
Josh Soref
c38cdd0439
spelling: administrator
2018-03-13 07:06:52 +00:00
SwampDragons
1cca06e5bf
Merge branch 'master' into website-docs-windows-restart
2018-02-15 14:33:49 -08:00
DanHam
49f9d31837
Update docs to explain new auto escape of chars special to PowerShell
2018-02-08 23:15:15 +00:00
DanHam
e982bc4ea5
Fix copy/paste of description from shell provisioner
2018-02-08 12:03:18 +00:00
DanHam
2b1aa04583
Update docs to reflect new upload and dot source of env var for std ps cmd
2018-02-08 12:03:18 +00:00
Megan Marsh
addedbb680
Revert "Merge pull request #5515 from DanHam/dot-source-env-vars"
...
revert so we can use a branch that's had more recent work done
This reverts commit e56849c605
, reversing
changes made to 6d14eb6ea4
.
2018-02-02 09:58:39 -08:00
SwampDragons
e56849c605
Merge pull request #5515 from DanHam/dot-source-env-vars
...
Extend upload and subsequent dot sourcing of env vars to non-elevated Powershell cmd
2018-02-01 13:06:01 -08:00
Matthew Hooker
9f87213ba4
tests and docs for #5831
2018-01-31 13:08:25 -08:00
Gennady Lipenkov
53aaf84100
Support 'trusted_certs_dir' chef-client configuration option
2018-01-13 01:53:49 +03:00
Dave Sanderson
666796e8eb
Add ability to stat a remote path
2017-12-12 14:39:13 -07:00
SwampDragons
753d3cf216
Merge pull request #5618 from kwilczynski/ansible-local-clean-staging-directory
...
ansible-local: Add ability to clean staging directory.
2017-11-30 14:27:59 -08:00
Matthew Hooker
ff3efb4641
remove trailing spaces
2017-11-27 17:26:03 -08:00
Matthew Hooker
be3fe340c8
add a section about uploading files that don't exist.
2017-11-27 17:23:31 -08:00
SwampDragons
e990e49711
Merge pull request #5638 from hashicorp/docs_5623
...
Docs 5623
2017-11-27 16:58:24 -08:00
Megan Marsh
a325780aa5
make description match
2017-11-27 15:18:58 -08:00
Megan Marsh
df492d35bf
remove confusing use of local. dang.
2017-11-27 15:17:54 -08:00
Megan Marsh
150bf1f6da
clarify shell-local location
2017-11-27 15:15:52 -08:00
Megan Marsh
52f5f2b895
clarify where ansible-local runs
2017-11-27 15:10:29 -08:00
Ilon Sjögren
0dae5bc8bd
Should state that file provisioner requires source at execution time
2017-11-22 09:13:47 +01:00
Krzysztof Wilczynski
10370adbab
ansible-local: Add ability to clean staging directory.
...
Signed-off-by: Krzysztof Wilczynski <kw@linux.com>
2017-11-21 21:09:01 +01:00
Matthew Hooker
97ef340423
fix type
2017-11-14 16:43:57 -08:00
Brett Richardson
9eacd3d618
Update chef provisioner documentation
...
The URL has changed, see chef documentation https://docs.chef.io/install_omnibus.html
2017-11-14 13:54:13 +00:00
Megan Marsh
b52ba4557e
add some example json to windows restart_check_command
2017-11-07 16:00:40 -08:00
DanHam
3cdc79de6a
Update docs to reflect new upload and dot source of env var for std ps cmd
2017-10-30 21:08:14 +00:00
Marcel Prince
8244d8bfb9
Arguments sorting for Puppet provisioners docs
2017-10-17 08:25:40 -07:00
Matthew Aynalem
3716effa75
docs: correct datatype inconsistencies bool => boolean (issue #5468 )
2017-10-16 09:19:59 -07:00
Matthew Hooker
0608fe4823
mention that winrm can transfer files slowly.
2017-10-11 23:12:31 -07:00
Matthew Aynalem
1fac839b79
docs fix minor spelling typos throughout docs
2017-10-04 14:25:31 -07:00
Matthew Hooker
e26df7ebb3
remove outdated comment about docker behavior
2017-10-03 16:47:30 -07:00
Matthew Hooker
bafcf7dfb1
test, document, cleanup puppet guest codde
2017-10-03 11:39:33 -07:00
Megan Marsh
ae6dae2726
add quoteless option to sudo example
2017-09-27 16:02:18 -07:00
DanHam
b7bb6b54b4
Update docs with new defaults for Powershell commands
2017-09-26 11:07:38 +01:00