graste / environaut

Define, configure and protect your environment.
http://graste.github.com/environaut/
MIT License
14 stars 1 forks source link

Possible TODOs #7

Open graste opened 11 years ago

graste commented 11 years ago
OskarStark commented 11 years ago

Sometimes you can't solve the requirement immediately. For example, when you don't have sudo rights on the machine. Maybe it is a nice idea that you can quit a single check, an rerun it later when the requirement is set (by an admin i.e.)?

graste commented 11 years ago

It's a question about how Environaut should work and if it should fail directly or just compile a report or run in loops after waiting for resolutions or whatever. We should make a new ticket for this.

graste commented 11 years ago

At the moment (release 0.2.0) all checks are run. When they ran successfully (that is, they return true) the results of the checks are marked as SUCCESS. Only cachable settings from successful results are written to a cache file and it's then not necessary to re-enter those information on subsequent runs as the cached values can be used by the checks.