ployground / ploy

A tool to manage servers through a central configuration. Plugins allow provisioning, configuration and other management tasks.
http://ploy.readthedocs.org
BSD 3-Clause "New" or "Revised" License
78 stars 15 forks source link

Documentation is missing indentation #1

Closed natea closed 14 years ago

natea commented 14 years ago

In the documentation the two lines after entry-points do not appear as indented:

entry-points = aws=mr.awsome:aws assh=mr.awsome:aws_ssh

And if you don't indent these lines, then the recipe doesn't work, and no aws or assh scripts are created in the /bin directory.

Also, the two tcp lines are not indented:

connections = tcp 22 22 0.0.0.0/0 tcp 80 80 0.0.0.0/0

fschulze commented 14 years ago

Fixed.