shinesolutions / puppet-aem-curator

Puppet module for installing and configuring a curated set of Adobe Experience Manager (AEM) components
Apache License 2.0
4 stars 20 forks source link

Add option to enable/disable development bundles (much like enable/disable crxde) #207

Open henrykuijpers opened 4 years ago

henrykuijpers commented 4 years ago

Adobe Security Checklist:

These development OSGi bundles should be uninstalled on both author and publish productive systems before making them accessible.

  • Adobe CRXDE Support (com.adobe.granite.crxde-support) (does not seem to exist anymore?!)
  • Adobe Granite CRX Explorer (com.adobe.granite.crx-explorer)
  • Adobe Granite CRXDE Lite (com.adobe.granite.crxde-lite)

I propose to make a new parameter "enable_development_bundles", which should default to false.