diff --git a/website/source/intro/getting-started/provision.html.md b/website/source/intro/getting-started/provision.html.md new file mode 100644 index 0000000000..dd1caa3886 --- /dev/null +++ b/website/source/intro/getting-started/provision.html.md @@ -0,0 +1,19 @@ +--- +layout: "intro" +page_title: "Provision" +sidebar_current: "gettingstarted-provision" +--- + +# Provision + +You're now able to create and modify infrastructure. This page +introduces how to use provisioners to run basic shell scripts on +instances when they're created. + +If you're using an image-based infrastructure (perhaps with images +created with [Packer](http://www.packer.io)), then what you've +learned so far is good enough. But if you need to do some initial +setup on your instances, provisioners let you upload files, +run shell scripts, etc. + + diff --git a/website/source/layouts/intro.erb b/website/source/layouts/intro.erb index b6daa268d9..24789da79d 100644 --- a/website/source/layouts/intro.erb +++ b/website/source/layouts/intro.erb @@ -55,7 +55,7 @@ > - Provision + Provision >