Commit 920fb82c by John Donnal

fixed rails db wiping error

parent 9f59ae1f
Showing with 1 additions and 1 deletions
......@@ -45,7 +45,7 @@ class rails_api {
cwd => '/opt/api',
environment => ['RAILS_ENV=local'],
path => ['/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'],
creates => '/opt/api/db/local.sqlite',
creates => '/opt/api/db/local.sqlite3',
user => 'rails',
require => [Vcsrepo['/opt/api'],Package['bundler'],Exec['bundle_install']]
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment