Skip to content

Commit

Permalink
Added firewall.
Browse files Browse the repository at this point in the history
  • Loading branch information
iafonov committed Jun 26, 2012
1 parent 72591a7 commit 9c110f9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -77,7 +77,7 @@ $ vagrant up

```bash
$ vagrant ssh
$ (on virtual machine) curl -L https://raw.github.com/iafonov/stacker/master/install | bash
$ (on virtual machine) sudo apt-get install -y curl && curl -L https://raw.github.com/iafonov/stacker/master/install | bash
$ (on virtual machine) cd stacker
$ (on virtual machine) ./bootstrap/ubuntu_1_9_3.sh
$ (on virtual machine) soloist
Expand Down
7 changes: 7 additions & 0 deletions soloistrc
Expand Up @@ -5,6 +5,8 @@ cookbooks:
openssl:
postgresql:
apt:
firewall:
ufw:
nodejs:
git: https://github.com/xer0x/cookbook-nodejs
runit:
Expand All @@ -22,11 +24,16 @@ recipes:
- postgresql::server
- runit
- nodejs
- ufw
- rails_ghetto
node_attributes:
postgresql:
password:
postgres: changeit
firewall:
rules:
- http:
port: 80
rails_ghetto:
deployment_user: deploy
deployment_group: deploy
Expand Down

0 comments on commit 9c110f9

Please sign in to comment.