Fix path to manage.py

Change-Id: I4a45c1ca5ed2a6c0f3fba01f71176deaf720f645
This commit is contained in:
James E. Blair 2015-09-17 21:30:25 -07:00
parent fd60552663
commit 89eeed1c46
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ class odsreg(
exec { 'odsreg_sync_db':
user => 'odsreg',
command => 'python /usr/local/odsreg/manage.py syncdb --noinput',
command => 'python /usr/local/odsreg/odsreg/manage.py syncdb --noinput',
cwd => '/usr/local/odsreg',
path => '/bin:/usr/bin',
onlyif => 'test ! -f /var/lib/odsreg/summit.db',