From: Philipp Dallig Date: Tue, 2 Feb 2016 11:34:40 +0000 (+0100) Subject: siroan-aem - first dispatcher stuff X-Git-Tag: v0.1.0~5421 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=10d99939bb98d77eee10c22b3f21f6987c5180f2;p=pixelpark%2Fhiera.git siroan-aem - first dispatcher stuff --- diff --git a/classes/aem::dispatcher.yaml b/classes/aem::dispatcher.yaml new file mode 100644 index 00000000..51161574 --- /dev/null +++ b/classes/aem::dispatcher.yaml @@ -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 diff --git a/customer/sirona-aem/common.yaml b/customer/sirona-aem/common.yaml index 761da08b..ecf7881b 100644 --- a/customer/sirona-aem/common.yaml +++ b/customer/sirona-aem/common.yaml @@ -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: '*'}