Skip to content

Commit

Permalink
Merge pull request #131 from Capgemini/quick-fix
Browse files Browse the repository at this point in the history
default variable fix and docs improvement
  • Loading branch information
tayzlor committed May 5, 2015
2 parents 1ccb784 + 7d2751d commit f1a8e67
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap/digitalocean/config-default.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
DIGITALOCEAN_REGION=${DIGITALOCEAN_REGION:-lon1}
DIGITALOCEAN_SSH_PUB_KEY=${DIGITALOCEAN_SSH_KEY:?"Need to set DIGITALOCEAN_SSH_KEY non-empty"}
DIGITALOCEAN_SSH_KEY=${DIGITALOCEAN_SSH_KEY:?"Need to set DIGITALOCEAN_SSH_KEY non-empty"}
DIGITALOCEAN_API_TOKEN=${DIGITALOCEAN_API_TOKEN:?"Need to set DIGITALOCEAN_API_TOKEN non-empty"}
DO_CLIENT_ID=${DO_CLIENT_ID:?"Need to set DO_CLIENT_ID non-empty"}
DO_API_KEY=${DO_API_KEY:?"Need to set DO_API_KEY non-empty"}
Expand Down
4 changes: 4 additions & 0 deletions docs/atlas.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ the push and post-processor config. At the moment there is a bug in packer which

```
cd packer/
packer push -token=$ATLAS_TOKEN -create ubuntu-14.04_amd64-droplet.json
```
or:
```
packer push -token=$ATLAS_TOKEN -m="Optional message here" ubuntu-14.04_amd64-droplet.json
```

Expand Down

0 comments on commit f1a8e67

Please sign in to comment.