Mark Campbell
6658ec7ea3
Fix extra backslash in front of dollar signs in website documentation ( #3479 )
...
The dollar signs do not need to be escaped. The backslashes show up on
the website right now. This commit makes it so that they do not show up
on the website.
2016-04-28 10:25:42 -07:00
Ian Duffy
7e653370b7
Seperate remote_path into remote_folder and remote_script. ( #3462 )
...
Commonly /tmp is set as noexec, as a result packer scripts
fail to run. In order to get around this one can set a
remote_path, whoever, remote path requires full filename
and path.
By making remote_path a combination of
remote_folder/remote_script we can change remote_folder
and keep the default script_nnn.sh
Signed-off-by: Ian Duffy <ian@ianduffy.ie>
2016-04-26 16:04:29 -07:00
Christopher Boumenot
d296260164
RFC: fix appveyor build ( #3464 )
...
No sure if this will work...
Appveyor builds appear to always choke on go vet, so I am removing it. The
Travis build already does it, so I do not think there's much value in
repeating it.
2016-04-22 20:42:01 -07:00
Khalid Saifullah
b11e888f6c
typo ( #3467 )
2016-04-22 16:42:13 -07:00
Christopher Boumenot
bbf286dcbe
Fix go fmt issues. ( #3463 )
2016-04-22 10:44:54 -07:00
Christopher Boumenot
728c496370
Move version to its own package. ( #3460 )
2016-04-21 13:19:43 -07:00
mansunkuo
864be9d991
Modify documents of extra_arguments for both ansible(remote) and ansible-local. ( #3423 )
2016-04-20 20:49:46 -07:00
Chris Bednarski
66c3dabf2f
Merge pull request #3459 from mitchellh/docs-windows-restart-timeout
...
Docs for windows restart timeout
2016-04-20 12:36:08 -07:00
Chris Bednarski
90a12f7043
Clarified that windows must be fully booted in order for the restart provisioner to succeed
2016-04-20 12:34:53 -07:00
Chris Bednarski
b92efe1262
Merge pull request #3455 from mitchellh/docs-azure-env
...
Change AZURE to ARM to be consistent with Terraform
2016-04-19 16:58:28 -07:00
Chris Bednarski
1aaa129918
Change AZURE to ARM to be consistent with Terraform
2016-04-19 16:57:51 -07:00
Chris Bednarski
e868f9b69c
Ignore JetBrains project files
2016-04-14 13:39:15 -07:00
Chris Bednarski
39cb194e0b
Merge branch 'master' of https://github.com/mitchellh/packer
2016-04-12 15:09:54 -07:00
Chris Bednarski
ac69ca8f68
Updated contrib instructions to reflect go 1.6 requirements
2016-04-12 15:09:46 -07:00
Chris Bednarski
e30d0ea56b
Merge pull request #3431 from mitchellh/sethvargo/ws_md
...
Update website push script to fix metadata
2016-04-12 12:15:00 -07:00
Seth Vargo
1eb9419665
Update website push script to fix metadata
2016-04-12 20:12:15 +01:00
Rickard von Essen
f353ef00b5
Accept only bug reports and feature requests
2016-04-11 12:55:11 +02:00
Chris Bednarski
a5b3e7884e
Merge branch 'master' of https://github.com/mitchellh/packer
2016-04-07 16:35:02 -07:00
Chris Bednarski
e9d0c8980c
Change to the vet built-in because cmd/vet is no longer available
2016-04-07 16:34:54 -07:00
Chris Bednarski
4108c7bdbe
Merge pull request #3425 from phinze/phinze/website-mime-types
...
website: force JS/CSS mime-types on deploy
2016-04-07 15:15:30 -07:00
Paul Hinze
bcec4c4ffb
website: force mime-types for some assets on deploy
...
Should fix occassional issues with application/octet-stream mime type
assets breaking JS/CSS on site.
2016-04-07 12:51:26 -05:00
Chris Bednarski
b605c88c18
Merge pull request #3418 from boumenot/pr-say-artifact
...
Use Fprint instead of Fprintf
2016-04-06 14:49:46 -07:00
Chris Bednarski
9f6de246c2
Merge pull request #3422 from alexpbrown/swap-pty-geometry
...
Swap width and height when allocating a pty
2016-04-06 14:17:46 -07:00
Alex Brown
0cea0e5c24
Swap width and height when allocating a pty
...
RequestPty from crypto/ssh looks like this:
func (s *Session) RequestPty(term string, h, w int, termmodes TerminalModes) error
So arguments 2 and 3 are height and width, respectively. I'm not sure if
the original was just a typo, or if there's an actual reason we want a
40 column terminal. Either way, having a terminal this narrow led me to
a really "fun" bug[0], where `wget` in my shell provisioner scripts
would segfault when trying to display the progress bar.
[0] http://lists.gnu.org/archive/html/bug-wget/2016-02/msg00041.html
2016-04-06 15:40:19 -04:00
Rickard von Essen
4f0f05fb8e
Merge pull request #3419 from tylert/vmw-iso-doc-fix
...
Put vmware-iso builder config options in 'packer fix' order and menti…
2016-04-06 16:36:03 +02:00
Tyler Tidman
2472e6bf06
Put vmware-iso builder config options in 'packer fix' order and mention boolean defaults
2016-04-06 09:24:03 -04:00
Christopher Boumenot
ad3d674919
Do not use Fprintf, use Fprint.
2016-04-05 22:41:26 -07:00
Chris Bednarski
d0ddf34e6e
Merge pull request #3410 from srhaber/chef_ssl_verify_mode_doc
...
Add documentation for ssl_verify_mode
2016-04-05 15:04:49 -07:00
Shaun Haber
efa642fe04
Add documentation for ssl_verify_mode
2016-04-01 12:35:05 -07:00
Chris Bednarski
9825687443
Merge pull request #3390 from cure/fix-azure-arm-examples
...
Fix up azure-arm examples: make sure the variable names line up.
2016-03-31 17:46:22 -07:00
Ward Vandewege
5e2d361774
Fix up azure-arm examples: make sure the variable names line up.
2016-03-27 15:02:02 -04:00
Chris Bednarski
b199a6e546
Merge pull request #3376 from kikitux/master
...
add -color to build -h command
2016-03-24 11:07:27 -07:00
Alvaro Miranda
6237df566f
add -color to build -h command
2016-03-23 04:40:24 +13:00
Rickard von Essen
f38b0ba2cd
Merge pull request #3374 from mhlias/master
...
Simple documentation typo fix from earlier PR for WinRM SSL default port behaviour
2016-03-22 13:06:10 +01:00
Ilias Bertsimas
f05e18c58b
Merge branch 'master' of github.com:mhlias/packer
2016-03-22 11:32:19 +00:00
Ilias Bertsimas
8bb3541fc3
Fix WinRM default SSL port typo.
2016-03-22 11:32:03 +00:00
Ilias Bertsimas
8604fdcf37
Fix WinRM default SSL port typo.
2016-03-22 11:29:31 +00:00
Chris Bednarski
8040317f77
Merge pull request #3363 from mitchellh/f-remove-plugins
...
Cleanup plugin code that is no longer used
2016-03-17 17:57:15 -07:00
Chris Bednarski
cf87a33a63
Merge branch 'master' of https://github.com/mitchellh/packer
2016-03-17 14:17:55 -07:00
Chris Bednarski
5e898c90c2
Update appveyor spec to go 1.6
2016-03-17 14:17:49 -07:00
Chris Bednarski
172184b2f2
Merge pull request #3360 from thomasv314/bugfix/fix-documentation-errors
...
Update documentation to work out of box
2016-03-17 14:16:56 -07:00
Chris Bednarski
d7cfd5d01c
Remove explicit boolean comparison
2016-03-17 14:14:03 -07: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
Thomas Vendetta
af3bc4f12b
Fix README build example to work out of box.
...
- secret_key was set to use the access_key env variable
2016-03-16 22:16:35 -04:00
Chris Bednarski
0fb97a1d55
Add example plugin for third-party plugin use
2016-03-16 16:42:24 -07:00
Chris Bednarski
39a1b88e3a
Remove plugin files since these are no longer used
2016-03-16 16:42:09 -07:00
kopernikus
f3011698ba
document keep_registered switch
2016-03-16 23:31:50 +01:00
kopernikus
84bd2ff754
option to keep the VM registered with esxi
2016-03-16 23:17:35 +01:00
Chris Bednarski
b50036c817
Change version to non-release version
2016-03-16 10:06:33 -07:00
Chris Bednarski
439f85b177
erge branch 'master' of https://github.com/mitchellh/packer
2016-03-15 16:06:25 -07:00