ctdk / goiardi

A Chef server written in Go, able to run entirely in memory, with optional persistence with saving the in-memory data to disk or using MySQL or Postgres as the data storage backend. Docs: http://goiardi.readthedocs.io/en/latest/index.html
http://goiardi.gl
Apache License 2.0
280 stars 39 forks source link

forgetting --local-filestore-dir in SQL mode doesn't cause the server to bomb #25

Closed ctdk closed 9 years ago

ctdk commented 9 years ago

But it should.

ctdk commented 9 years ago

Weird, it's certainly behaving properly now. Adding a check that the directory exists, though.