Merge "Don't run syncdb or migrate until after install"

This commit is contained in:
Zuul 2018-07-21 15:00:54 +00:00 committed by Gerrit Code Review
commit 6003fc90e5
1 changed files with 1 additions and 0 deletions

View File

@ -118,6 +118,7 @@ class askbot::install (
cwd => "${dist_root}/askbot",
command => '/usr/askbot-env/bin/pip install .',
logoutput => on_failure,
before => [Exec['askbot-syncdb'], Exec['askbot-migrate'] ],
subscribe => Git['askbot'],
refreshonly => true,
require => [