Do not configure_https() in install hook, it gets called during config-changed.

This commit is contained in:
Adam Gandelman 2013-08-16 14:29:16 -07:00
parent 4ad72e2997
commit 7ee9a20a06
1 changed files with 0 additions and 2 deletions

View File

@ -74,8 +74,6 @@ def install_hook():
for service in SERVICES:
service_stop(service)
configure_https()
@hooks.hook('shared-db-relation-joined')
def db_joined():