Merge pull request #13 from jaypipes/working

db sync is idempotent, no need for not_if
This commit is contained in:
John Dewey 2012-12-12 14:00:48 -08:00
commit 494c104d8a
1 changed files with 0 additions and 1 deletions

View File

@ -51,7 +51,6 @@ end
execute "cinder-manage db sync" do
command "cinder-manage db sync"
not_if "cinder-manage db version && test $(cinder-manage db version) -gt 0"
action :nothing
end