Skip to content
This repository has been archived by the owner on May 20, 2020. It is now read-only.

Commit

Permalink
Merge pull request #10 from toffer/nginx-message
Browse files Browse the repository at this point in the history
Fix "Configuring nginx" message not printing.
  • Loading branch information
Giovanni Collazo committed Jan 26, 2012
2 parents b4f6277 + 2c34a96 commit 93098cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cookbook.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@

# nginx
{"action":"put", "params":{"file":"%(FABULOUS_PATH)s/templates/nginx.conf",
"destination":"/home/%(SERVER_USERNAME)s/nginx.conf",
"message":"Configuring nginx"}},
"destination":"/home/%(SERVER_USERNAME)s/nginx.conf"},
"message":"Configuring nginx"},
{"action":"sudo", "params":"mv /etc/nginx/nginx.conf /etc/nginx/nginx.conf.old"},
{"action":"sudo", "params":"mv /home/%(SERVER_USERNAME)s/nginx.conf /etc/nginx/nginx.conf"},
{"action":"sudo", "params":"chown root:root /etc/nginx/nginx.conf"},
Expand Down

0 comments on commit 93098cb

Please sign in to comment.