More logging to figure out why these commands kill vagrant
This commit is contained in:
Родитель
fc6bf4c499
Коммит
86d2ff4c92
|
@ -14,7 +14,7 @@ class python {
|
|||
}
|
||||
|
||||
exec { "pip-install-compiled":
|
||||
command => "sudo pip install --build=/tmp/pip-build -r $PROJ_DIR/requirements/compiled.txt",
|
||||
command => "sudo pip install -v --build=/tmp/pip-build -r $PROJ_DIR/requirements/compiled.txt",
|
||||
# Set timeout to 10 min just in case
|
||||
# timeout => 600,
|
||||
logoutput => true,
|
||||
|
|
|
@ -54,6 +54,7 @@ class zamboni {
|
|||
exec { "sql_migrate":
|
||||
cwd => "$PROJ_DIR",
|
||||
command => "python ./vendor/src/schematic/schematic migrations/",
|
||||
logoutput => true,
|
||||
require => [
|
||||
Service["mysql"],
|
||||
Package["python2.6"],
|
||||
|
|
Загрузка…
Ссылка в новой задаче