Chris Bednarski
64604ee955
More succinct phrasing for cracklib conflict
2015-07-24 18:41:42 -07:00
Chris Bednarski
d8e8f98b32
Change to 4 spaces
2015-07-22 20:25:58 -07:00
Chris Bednarski
d57c051651
Reformat everything
2015-07-22 19:31:00 -07:00
Xiol
985c3c576b
Update setup documentation to cover issue #1117
...
In issue #1117 , the packer binary can sometimes conflict with the packer binary supplied with cracklib. This documentation update covers this and provides workarounds for affected users.
2015-07-22 10:13:04 +01: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
Walter Dolce
d99a1fab86
Fix other characters in docs displayed incorrectly
2015-07-12 00:11:59 +01:00
Walter Dolce
132b289b0e
Fix character being displayed incorrectly
2015-07-11 19:45:34 +01:00
nick.grange
5c64f7f7cf
#2346 updated to ami that doesn't require accepting marketplace terms
...
Updated to same ami as in main readme.md which is from community AMIs
and therefore doesn't require accepting the AWS marketplace terms
before using in Packer build.
2015-06-29 23:10:56 +10:00
Chris Bednarski
daf563e210
Change aws.ami to amazon.ami to be consistent with usage in terraform
2015-06-26 10:22:15 -07:00
John (Jack) Brown
49664ca9c6
Fix DigitalOcean section of getting started docs.
...
This updates the example for adding DigitalOcean
as a provider in the beginning tutorial. It looks
like it hadn't been updated in some time, and
was using old settings. I've updated it and
confirmed it works.
2015-06-23 22:10:04 -07:00
Mitchell Hashimoto
db42c293d3
Merge pull request #1870 from catsby/doc-updates
...
Updates to Into: Build An Image docs
2015-06-08 21:22:57 -07:00
Seth Vargo
168fe98610
Merge pull request #2109 from bosr/docs-homebrew-notap
...
doc update: no need for homebrew/binary anymore
2015-05-23 13:12:09 -04:00
Asa Gage
c3a6e60e6c
removed NL
2015-05-14 17:27:30 -04:00
Asa Gage
849b825d18
Fixed missing comma in remote-builds example code.
2015-05-14 17:22:32 -04:00
Romain Bossart
8944824fa8
doc update: no need for homebrew/binary anymore
2015-05-14 21:11:44 +02:00
Kevin Fishner
2c8ddc384b
add packer and the hc ecosystem
2015-04-20 15:55:16 -07:00
Kevin Fishner
698f913bbf
explain how packer works with atlas
2015-03-10 16:21:36 -07:00
Clint Shryock
729a0c01c7
Updates to Into: Build An Image docs
...
- the listed AMI isn't found
- t2.micros can only be in a VPC(? so said an error), and the docs say
we're using a t1.micro anyway
- Updates to the vagrant file to get the website to build
2015-01-24 17:25:47 -06:00
Sergio Pantoja
2038f5da69
Fix tutorial source ID
...
`ami-9eaa1cf6` is the correct Ubuntu 14.04 AMI for the us-east-1 region.
Fixes #1841
2015-01-21 16:27:34 -05:00
Ross Smith II
212d512652
Merge pull request #1759 from ceh/issue-1718
...
website/intro/getting-started: clarify that multiple builders of the same type must have a unique name
Fixes #1718
[skip ci]
2015-01-17 09:30:31 -08:00
Nick Dainty
c0a56b6a2b
Fix amazon instance type on build an image page
...
This page referred to using a "t1.micro" instance but the template actually uses a "t2.micro".
2014-12-30 19:55:16 +00:00
Joseph Anthony Pasquale Holsten
d414ed0d49
update default output to reflect current packer release
2014-12-16 22:01:56 -08:00
Emil Hessman
118325f6b6
website/intro/getting-started: clarify that multiple builders of the same type must have a unique name
2014-12-15 07:03:33 +01:00
Matt Rogers
df48ec3356
Use a newer source AMI
...
The AMI that was previously listed before this change no longer exists.
2014-12-05 16:22:14 -06:00
Matt Rogers
44a2ceb3d8
Use the latest micro instance from the free tier
2014-12-05 16:22:14 -06: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
Ilya Novikov
d69d9f1536
fix a minor typo in platforms.html
2014-10-11 16:49:10 +05:30
stefanlasiewski
633275dac4
Use the phrase 'not present', which is more clear then 'not necessary'.
2014-07-18 10:26:32 -07:00
stefanlasiewski
47f073c442
Problem: Docs should mention the comma after `"builders": [...]`
...
While running through the getting-started examples, I ran into a strange
error:
packer $ packer validate example.json
Failed to parse template: Error in line 16, char 2: invalid character
'"' after object key:value pair
"provisioners": [{
packer $
The error was not immediately obvious, as this is my first time working
with Packer, and like many users this also happens to be my first time
working with JSON.
Solution:
I was missing a comma after the 'builders' configuration. I'm sure this
is a common problem, so let's specifically mention that in the document.
2014-07-18 10:20:31 -07:00
Rickard von Essen
2b0f925374
Remove extra spaces in the Supported Platforms page.
2014-05-11 00:03:22 +02:00
Rickard von Essen
9f967af0da
Added links to the Supported Platforms page
2014-05-10 23:43:01 +02:00
Ross Smith II
675c51e47d
Update platforms.html.markdown
...
Added Parallels
2014-05-06 18:04:43 -07:00
yosssi
cc4564c052
Change the word `aws_access_key` to `aws_secret_key`.
2014-01-21 01:43:51 +09:00
Ross Smith II
738db963d0
Added missing builders to intro
2013-12-30 15:19:01 -08:00
Jack Pearkes
3591e35617
website: prettyprint variables examle in parallel builds
2013-11-25 13:51:32 +01:00
Jack Pearkes
2da4af8166
website: user user varibles in the intro (parallel builds)
2013-11-25 13:47:23 +01:00
Jack Pearkes
5c1f9e4cd3
website: use user variables in the intro (ec2)
2013-11-25 13:36:32 +01:00
Baraa Basata
871920c33f
Fix spelling in Intro documentation
2013-11-11 21:41:53 -05:00
Mitchell Hashimoto
02984bdb82
Merge pull request #609 from fgo/patch-2
...
website: Fix spelling in Provision documentation [ci skip]
2013-11-07 23:03:45 -08:00
Francis Go
c7db2daf80
Fix spelling in Provision documentation [ci skip]
2013-11-08 17:03:15 +11:00
Francis Go
e8daef7ca7
Fix spelling in Use Cases documentation
2013-11-08 13:22:25 +11:00
Tehmasp Chaudhri
d969abd730
Updated web site doc. for avail commands list
2013-10-01 19:45:11 -06:00
Mark Peek
dbfada5068
website: add openstack to the intro platforms list
2013-09-01 13:41:48 -07:00
Mitchell Hashimoto
9a8284d51c
website: get rid of CreateTime for timestamp
2013-08-08 17:25:26 -07:00
Henrik Hodne
77a380d441
website: document Homebrew installation process [GH-227]
2013-08-03 16:44:30 -07:00
Mitchell Hashimoto
0f2dfb1fa4
website: update platforms to note instance-store AMI [GH-230]
2013-08-01 09:57:12 -07:00
Sébastien Fievet
2a78203e68
Typo
2013-07-28 16:49:03 +02:00
Mitchell Hashimoto
2a8ee70440
website: sleep in getting started
2013-07-20 12:35:51 -07:00
Pierre Riteau
79020d6ec9
Fix small typos
2013-07-03 10:55:25 +01:00
Razz Fox
50ef437935
capitalize "Packer"
2013-07-01 22:01:22 -07:00
Mitchell Hashimoto
c7a4b11f0f
Merge pull request #49 from msabramo/patch-3
...
website: Fix typos in setup page
2013-06-28 18:10:51 -07:00
Marc Abramowitz
8cbb1d0382
Fix more typos
2013-06-28 14:03:14 -07:00
Jon Crosby
3b7b2ab4c1
Fix typo in platform docs
2013-06-28 13:54:46 -07:00
Gareth Rushgrove
2c24ab3e16
small typo: either rather than ether on why page
2013-06-28 17:24:24 +01:00
Mitchell Hashimoto
070d2cc2a6
website: vagrant boxes getting started
2013-06-28 08:37:13 -04:00
Mitchell Hashimoto
09029fd51e
website: clarify some things in the intro
2013-06-28 08:18:03 -04:00
Mitchell Hashimoto
d31137d01c
website: fix the links to downloads
2013-06-25 14:16:49 -05:00
Mitchell Hashimoto
0724931f26
website: parallel and next steps
2013-06-21 20:19:33 -07:00
Mitchell Hashimoto
0e4388c881
website: parallel builds
2013-06-21 20:10:24 -07:00
Mitchell Hashimoto
7af4e1f610
website: open source
2013-06-21 16:51:39 -07:00
Mitchell Hashimoto
ad4b9e0458
website: build/provision
2013-06-21 16:48:01 -07:00
Mitchell Hashimoto
b698761597
website: installing packer
2013-06-21 14:50:00 -07:00
Mitchell Hashimoto
0bfd7d2811
website: supported platforms
2013-06-21 12:18:29 -07:00
Mitchell Hashimoto
4b224d7477
website: intro section
2013-06-21 11:46:38 -07:00