Skip to content

Commit 5c00f05

Browse files
committed
Fixed a few typos.
1 parent b848ae3 commit 5c00f05

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ $ berks upload # upload cookbooks to the chef server
6767

6868
The [Amazon EC2 API Tools](http://aws.amazon.com/developertools/351) will be used to setup basic EC2 infrastructure. The [Knife EC2 plugin](https://github.com/opscode/knife-ec2) will be used to bootstrap the controller.
6969

70-
$ contrib/aws/provision-ec2-controller.sh
70+
$ contrib/ec2/provision-ec2-controller.sh
7171

7272
Once the `deis-controller` node exists on the Chef server, you *must* log in to the WebUI add deis-controller to the `admins` group. This is required so the controller can delete node and client records during future scaling operations.
7373

contrib/ec2/prepare-ubuntu-ami.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ rm -rf /var/lib/cloud
5151

5252
# purge SSH authorized keys
5353
rm -f /home/ubuntu/.ssh/authorized_keys
54-
# rm -f /root/.ssh/authorized_keys
54+
rm -f /root/.ssh/authorized_keys
5555

5656
# ssh host keys are automatically regenerated
5757
# on system boot by ubuntu cloud init

contrib/rackspace/prepare-rackspace-image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ rm -rf /var/lib/cloud
5252

5353
# purge SSH authorized keys
5454
rm -f /home/ubuntu/.ssh/authorized_keys
55-
# rm -f /root/.ssh/authorized_keys
55+
rm -f /root/.ssh/authorized_keys
5656

5757
# ssh host keys are automatically regenerated
5858
# on system boot by ubuntu cloud init

docs/contributing/devsetup.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Don't clone the official repository, but **do** complete all the other steps
4747
outlined in :ref:`installation`. Ensure your CLI and controller are functional
4848
before moving on.
4949

50-
Near the end of running the ``contrib/aws/provision-ec2-controller.sh`` script,
50+
Near the end of running the ``contrib/ec2/provision-ec2-controller.sh`` script,
5151
you will see output similar to this::
5252

5353
Instance ID: i-38ad000c

docs/gettingstarted/installation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ The `Amazon EC2 API Tools`_ will be used to setup basic EC2 infrastructure. The
4646

4747
.. code-block:: console
4848
49-
$ contrib/aws/provision-ec2-controller.sh
49+
$ contrib/ec2/provision-ec2-controller.sh
5050
usage: contrib/provision-ec2-controller.sh [region]
51-
$ contrib/aws/provision-ec2-controller.sh us-west-2
51+
$ contrib/ec2/provision-ec2-controller.sh us-west-2
5252
Creating security group: deis-controller
5353
+ ec2-create-group deis-controller -d 'Created by Deis'
5454
GROUP sg-7c40f317 deis-controller Created by Deis

0 commit comments

Comments
 (0)