-
|
What is the correct package and/or package type to place the .yaml files in?
What is the best practice? -- [1] https://jackrabbit.apache.org/filevault/packagetypes.html |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
I would recommend putting it in an |
Beta Was this translation helpful? Give feedback.
I would recommend putting it in an
applicationpackage below/apps/.... Other configuration like OSGi configuration is placed below/apps/...as well. The only drawback is that install hooks are not allowed inapplicationpackages (https://issues.apache.org/jira/browse/JCRVLT-512). So you either need to disable the validation on that package or temporarily set it to typemixed. In any case the install hook is skipped for AEMaaCS as the installation there works fundamentally different: https://github.com/Netcentric/accesscontroltool/blob/develop/docs/ApplyConfig.md#installation-in-aem-as-a-cloud-service