Merge "Don't run syncdb or migrate until after install"
This commit is contained in:
commit
6003fc90e5
@ -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 => [
|
||||
|
Loading…
x
Reference in New Issue
Block a user