]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
default module also for test
authorPhilipp Dallig <philipp.dallig@pixelpark.com>
Thu, 7 Apr 2016 08:31:38 +0000 (10:31 +0200)
committerPhilipp Dallig <philipp.dallig@pixelpark.com>
Thu, 7 Apr 2016 08:31:38 +0000 (10:31 +0200)
tier/test.yaml [new file with mode: 0644]

diff --git a/tier/test.yaml b/tier/test.yaml
new file mode 100644 (file)
index 0000000..b0b0d1f
--- /dev/null
@@ -0,0 +1,16 @@
+---
+apache::mod::expires::expires_by_type:
+  - { application/javascript: "access plus 1 day" }
+  - { text/css: "access plus 1 day" }
+  - { image/jpeg: "access plus 1 day" }
+  - { image/png: "access plus 1 day" }
+  - { image/bmp: "access plus 1 day" }
+  - { image/gif: "access plus 1 day" }
+  - { image/vnd.microsoft.icon: "access plus 1 day" }
+  - { application/font-woff: "access plus 1 day" }
+  - { application/vnd.ms-fontobject: "access plus 1 day" }
+  - { image/svg+xml: "access plus 1 day" }
+  - { application/font-sfnt: "access plus 1 day" }
+  - { application/vnd.oasis.opendocument.formula-template: "access plus 1 day" }
+
+apache::default_mods: false
\ No newline at end of file