]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
siroan-aem - first dispatcher stuff
authorPhilipp Dallig <philipp.dallig@pixelpark.com>
Tue, 2 Feb 2016 11:34:40 +0000 (12:34 +0100)
committerPhilipp Dallig <philipp.dallig@pixelpark.com>
Tue, 2 Feb 2016 11:34:40 +0000 (12:34 +0100)
classes/aem::dispatcher.yaml [new file with mode: 0644]
customer/sirona-aem/common.yaml

diff --git a/classes/aem::dispatcher.yaml b/classes/aem::dispatcher.yaml
new file mode 100644 (file)
index 0000000..5116157
--- /dev/null
@@ -0,0 +1,15 @@
+---
+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
index 761da08bedea2583a84cbd48cf9e25d966ea5cb1..ecf7881be2784e7394fb74afdffce612ad485b9f 100644 (file)
@@ -3,6 +3,7 @@ site::role: base
 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: '*'}