Update fabfile to place installation marker

This commit is contained in:
Roberto Rosario
2012-07-27 05:43:54 -04:00
parent 4c8a81e2d3
commit 64c7804611
4 changed files with 21 additions and 11 deletions

View File

@@ -68,3 +68,5 @@ DEFAULT_WEBSERVER = WEB_APACHE
DEFAULT_DATABASE_USERNAME = 'mayan'
DEFAULT_DATABASE_HOST = '127.0.0.1'
DEFAULT_PASSWORD_LENGTH = 10
FABFILE_MARKER = 'fabfile_install'