Skip to content

Commit efb0e9c

Browse files
committed
update blog description
1 parent 1a921b5 commit efb0e9c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
name: David Pell
77

88
# Short bio or description (displayed in the header)
9-
description: Ruby & Such
9+
description: Ruby, DevOps, Cloud
1010

1111
# URL of your avatar or profile pic (you could use your GitHub profile pic)
1212
avatar: https://secure.gravatar.com/avatar/125dc7b0b51432bf99d2c234c5f3152e

_posts/2016-08-13-Setting-Up-Chef-Server-On-Ubuntu.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,12 @@ There are three places we need to use our public DNS address:
5555
1. `/etc/hosts`
5656
- When you open this file you'll notice that it has `127.0.0.1 localhost`. Since `localhost` isn't a FQDN, we need to change this to our public DNS. When you're done, the top portion of your file should look something like this:
5757

58-
`127.0.0.1 ec2-xx-xx-xxx-xxx.us-west-2.compute.amazonaws.com`
58+
`127.0.0.1 ec2-xx-xx-xxx-xxx.us-west-2.compute.amazonaws.com`
5959

6060
2. `/etc/hostname`
6161
- This file holds just the hostname, without reference to an IP address. When you open it on a new EC2 Ubuntu instance, it should just have somthing like this: `ip-xx-xx-xxx-xxx`. Remove that and add your public DNS address.
6262

63+
6364
3. Finally, we need to run the `hostname` command to update our hostname without having to exit the system and log in again.
6465
- `$ hostname ec2-xx-xx-xxx-xxx.us-west-2.compute.amazonaws.com`
6566

0 commit comments

Comments
 (0)