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

Bad IP addresses should blow up #27

Closed ctdk closed 9 years ago

ctdk commented 9 years ago

When specifying an IP address as an option, goiardi should check the input and make sure it's a reasonable value. It ought to die eventually in there somewhere, but it should be more explicit with checking rather than hoping for the right behavior.

ctdk commented 9 years ago

Addressed in the 0.9.0-dev branch that's brewing as an interim release while 1.0.0 chugs along.

ctdk commented 9 years ago

And fixed in 0.9.0.