Jaime Soriano Pastor
be8c9dddf2
Puppet masterless provisioner optionally cleans staging directory
...
When puppet is executed in masterless mode it didn't remove
staging directory, this can be a problem because it leaves all
the modules and manifests in the built image.
This is specially problematic when building docker images as they
can be left in the layers unless an specific cleanup is done after
running puppet.
This change adds a flag `clean_staging_directory` to puppet
masterless provisioner so it takes care of this cleanup.
2015-07-17 22:24:23 +02:00
Chris Bednarski
ac75d5329e
Merge pull request #2463 from mitchellh/b-2373
...
Make manifest_file work as either file.pp or a directory
2015-07-17 12:07:08 -07:00
Chris Bednarski
37c20e2bf0
Added links to puppet docs to clarify behavior of manifest with multiple files
2015-07-17 12:06:20 -07:00
Chris Bednarski
dec1b65a20
Merge pull request #2468 from tylert/gh-2467-missing-some-qemu-builder-defaults
...
Fixes #2467 Add missing default values for 'disk_cache' and 'disk_discard' in qemu builder docs
2015-07-17 11:51:59 -07:00
Tyler Tidman
bb6db46962
Cull duplicate word 'values' for disk_cache description
2015-07-17 12:20:57 -04:00
Tyler Tidman
d8cde46e76
Add missing default values for 'disk_cache' and 'disk_discard' in qemu builder docs, sort qemu_binary before qemuargs so it matches ordering from 'packer fix'
2015-07-17 12:10:22 -04:00
Chris Bednarski
f3f3d1fe73
Formatting
2015-07-16 19:34:36 -07:00
Chris Bednarski
2f5f6c159b
Merge pull request #2462 from georgevicbell/master
...
Add PTY to Docker exec
2015-07-16 19:27:41 -07:00
Chris Bednarski
56745e14f5
manifest_file can now be a folder or file.pp and we will upload it correctly in either case
2015-07-16 19:15:16 -07:00
georgevicbell
bf0c326cd5
Update step_connect_docker.go
2015-07-16 22:07:39 -04:00
georgevicbell
b2811a8252
Update communicator.go
2015-07-16 21:51:13 -04:00
georgevicbell
d00271aab3
Fix Capitilzation
2015-07-16 21:50:24 -04:00
georgevicbell
4da4150abe
Update communicator.go
2015-07-16 21:37:08 -04:00
georgevicbell
3a681d0c0c
Add Pty Bool
2015-07-16 21:22:11 -04:00
Chris Bednarski
518ad704b7
Added notes to warn against manifest_dir and note that manifest_file can be overloaded with a directory
2015-07-16 18:18:59 -07:00
georgevicbell
fb39fa2cc6
Update step_connect_docker.go
2015-07-16 21:13:04 -04:00
georgevicbell
e3ab74e09f
Add Config struct for docker PTY
2015-07-16 21:06:03 -04:00
Chris Bednarski
39a8ba1365
Merge pull request #2459 from mitchellh/b-2360
...
Don't add ephemeral block devices to the EBS mapping
2015-07-16 13:24:10 -07:00
Tommy Ulfsparre
241903d0b0
no point in setting iops on a standard volumes
2015-07-15 17:18:03 -07:00
Chris Bednarski
c615539929
Reformat long lines
2015-07-15 17:17:59 -07:00
Chris Bednarski
9365a43179
Reformat
2015-07-15 17:07:36 -07:00
Tommy Ulfsparre
ae064207d5
Add test for ephemeral block device mapping
2015-07-15 17:05:32 -07:00
Anthony Spring
224bb78175
Make EBS block device mapping optional for ephemeral virtual names.
2015-07-15 17:04:45 -07:00
Chris Bednarski
f27505626f
Formatting tweak for ansible docs
2015-07-15 13:09:56 -07:00
Chris Bednarski
9b97726621
Merge branch 'documentation/ansible_inventory_groups' of https://github.com/Cbeck527/packer into b-ansible-inventory-docs
2015-07-15 13:09:04 -07:00
Chris Bednarski
a49f263e90
Merge pull request #2418 from zakuro9715/fix-inconsistent-spelling
...
Fix inconsistent spelling
2015-07-15 13:03:39 -07:00
Chris Bednarski
618d2f3158
Merge pull request #2438 from lvillani/portcount-vbox-5.0
...
Use --portcount on VirtualBox 5.x
2015-07-15 13:01:22 -07:00
Chris Bednarski
4dccc54191
Merge pull request #2442 from mitchellh/b-2385
...
Don't override packer build version with min_packer_version from template
2015-07-15 12:55:09 -07:00
Chris Bednarski
e7092ff5c5
Merge pull request #2456 from mitchellh/b-2416
...
Guard against uninitialized pointers in io.Copy in WinRM calls
2015-07-15 12:54:44 -07:00
Chris Bednarski
29e6194e49
Added a warning log so we can diagnose failure cases
2015-07-15 12:29:42 -07:00
Chris Bednarski
8e3559c3b1
Guard against uninitialized pointers in io.Copy to fix #2416
2015-07-15 12:26:19 -07:00
Chris Bednarski
c614bb703d
Bump version to 0.8.2.dev
2015-07-15 11:28:43 -07:00
Chris Bednarski
733376fa54
Merge pull request #2454 from monsterzz/docs-gobump
...
Fix go version in docs
2015-07-15 09:01:02 -07:00
Gleb M Borisov
985cd94952
Fix go version in docs
2015-07-15 13:54:41 +03:00
Chris Becker
6343d8f16a
Update `inventory_groups` documentation for clarity
2015-07-14 21:53:38 -04:00
Clint Shryock
a3bf467378
Update "getting started" link to Atlas
...
The current link 404's, but this fixes it.
Thanks to copyedt on Twitter: https://twitter.com/copyedt/status/620807196259958785
2015-07-14 08:34:56 -05:00
Chris Bednarski
b3eacc5c2b
Updated test to verify expected behavior
2015-07-13 19:32:28 -07:00
Chris Bednarski
78174dae4e
Don't override packer's build version from a config file; fixes #2385
2015-07-13 19:03:36 -07:00
Chris Bednarski
da20c36454
Removed unused variable breaking gorename
2015-07-13 18:04:50 -07:00
Chris Bednarski
28a13111b8
Add stub for validate test
2015-07-13 14:57:35 -07:00
Chris Bednarski
d2339b7ccc
Merge pull request #2408 from mitchellh/b-google-image-name
...
Fix interpolation in google compute image name
2015-07-13 14:18:55 -07:00
Seth Vargo
4128a49f7a
Merge pull request #2437 from mitchellh/sethvargo/rack_protection
...
Use Rack::Protection
2015-07-13 16:08:26 -04:00
Lorenzo Villani
7e64e90670
Use --portcount on VirtualBox 5.x
2015-07-13 20:32:45 +02:00
Seth Vargo
034040d2a7
Weird bundler
2015-07-13 13:25:06 -04:00
Seth Vargo
ff2e07771e
Use Rack::Protection
2015-07-13 12:59:57 -04:00
Seth Vargo
1de5171857
Update middleman-hashicorp
2015-07-13 12:59:57 -04:00
Seth Vargo
683d6a73ec
Merge pull request #2431 from walterdolce/fix/documentation-amendments
...
Fix other characters in docs displayed incorrectly
2015-07-12 10:27:11 -04:00
Walter Dolce
0c0ff5a25b
Remove third 's' from word
2015-07-12 14:50:04 +01:00
Walter Dolce
d99a1fab86
Fix other characters in docs displayed incorrectly
2015-07-12 00:11:59 +01:00
Seth Vargo
183beedb12
Merge pull request #2430 from walterdolce/patch-1
...
Fix character being displayed incorrectly in hashicorp ecosystem page
2015-07-11 17:27:03 -04:00