-4

I had been using ServerSpec for my integration testing with Chef.

Since ServerSpec is "deprecated" and InSpec is supported by Chef, I've change to use only InSpec, which is also supported in Puppet.

However I'm not 100% sure is InSpec is the best tool for integration testing with Puppet. Is there a better or more recommended solution?

How can I use inspec with Puppet?

4

1 回答 1

2

Inspec 在进行集成测试方面比 serverspec 更好,因为它更具可读性并且有助于将合规性表示为代码。我将它与厨师一起使用,但木偶也支持 Inspec。您可以参考 github链接获取示例

于 2017-12-16T16:46:31.517 回答