--- /dev/null
+---
+aem::dispatcher::publish_farm:
+ website:
+ renders:
+ - { hostname: "127.0.0.1", port: '4503' }
+ filters:
+ - { type: 'deny', glob: '*' }
+ - { type: allow', url: '*.css' } # enable css
+ - { type: allow', url: '*.gif' } # enable gifs
+ - { type: allow', url: '*.ico' } # enable icos
+ - { type: allow', url: '*.js' } # enable javascript
+ - { type: allow', url: '*.png' } # enable png
+ - { type: allow', url: '*.swf' } # enable flash
+ - { type: allow', url: '*.jpg' } # enable jpg
+ - { type: allow', url: '*.jpeg' } # enable jpeg
\ No newline at end of file
site::additional_classes:
- java
java::package: java-1.8.0-oraclejdk
+apache::mpm_module: worker
aem::maven::mirrors:
- {id: pixelpark-nexus, url: 'https://nexus.pixelpark.com/content/groups/public/', mirrorof: '*'}