shinesolutions / packer-aem

Adobe Experience Manager (AEM) machine images builder using Packer
Apache License 2.0
20 stars 20 forks source link

Replace serverspec with Inspec #42

Closed cliffano closed 6 years ago

cliffano commented 6 years ago

Since Inspec superseded serverspec's featureset, we need to replace serverspec with Inspec (or any other better tool really).

One benefit of moving to Inspec is the ability to publish AEM Inspec Profile to Chef marketplace, this allows multiple projects to use the same AEM spec checks, and that allows the automation code to deep AEM inspection rather than just relying on the limited checks that serverspec provides. E.g. check whether replication agent exists or not.

cliffano commented 6 years ago

Done. Will be included in v2.1.1 .