Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有诸如厨师/木偶之类的工具用于配置管理。我们可以提及该资源,该工具将确定它是否存在。
这简化了很多事情。但我寻找配置验证。Chef 和 puppet 安装或卸载配置,而不仅仅是验证。是否有任何工具可以通过验证来说明配置是否存在?
如前所述,InSpec 和 Serverspec 是为此明确构建的。Chef 的 why-run 和 Puppet 的 dry-run 模式也可以通过显示运行时会发生的变化来提供帮助。