Hacker News new | ask | show | jobs
by raziel2p 3738 days ago
I get the exact same features from my configuration manager, as long as there is a command I can run to validate the configuration file(s).
2 comments

That command would just be `fly` or something else coming from Concourse. To me it makes more sense for the entry into the system to be safeguarded with validation, and then possibly bring your own filesystem-based configuration management system that goes through that same front door, building on trusted tools from Concourse itself. Mucking with files on disk that directly affect a live system (shipping production code!) seems like a recipe for disaster.
What configuration manager do you use?