]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
Funktion ist in die generelle Apache Datei gewandert
authorPhilipp Dallig <philipp.dallig@pixelpark.com>
Tue, 10 May 2016 12:19:01 +0000 (14:19 +0200)
committerPhilipp Dallig <philipp.dallig@pixelpark.com>
Tue, 10 May 2016 12:19:01 +0000 (14:19 +0200)
modules/apache.yaml
tier/development.yaml [deleted file]
tier/int.yaml [deleted file]
tier/production.yaml [deleted file]
tier/test.yaml [deleted file]

index 3df96e3d449285cfcd1b52c74a6d12e5cf620a06..1954cc66792d97000d0a15bdb102f376071ec5f2 100644 (file)
@@ -13,7 +13,7 @@ apache::mod::info::allow_from:
 apache::server_signature: 'Off'
 apache::server_tokens: 'Prod'
 apache::trace_enable: 'Off'
-
+apache::default_mods: false
 apache::mod::ssl::ssl_cipher: 'AES256+EECDH:AES256+EDH:AES128+EECDH:AES128+EDH'
 
 apache::mod::alias::icons_options: 'MultiViews'
@@ -24,5 +24,19 @@ apache::log_formats:
   urchinpp: '%%{ich-trickse}{Client-IP}i %v %u %t \"%r\" %>s %b \"%%{ich-trickse}{Referer}i\" \"%%{ich-trickse}{User-Agent}i\" \"%%{ich-trickse}{Cookie}i\"'
   urchinpp_xf4: '%%{ich-trickse}{X-Forwarded-For}i %v %u %t \"%r\" %>s %b \"%%{ich-trickse}{Referer}i\" \"%%{ich-trickse}{User-Agent}i\" \"%%{ich-trickse}{Cookie}i\"'
 
+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" }
+
 # the repo is managed by site module
 apache::mod::passenger::manage_repo: false
\ No newline at end of file
diff --git a/tier/development.yaml b/tier/development.yaml
deleted file mode 100644 (file)
index b0b0d1f..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
----
-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
diff --git a/tier/int.yaml b/tier/int.yaml
deleted file mode 100644 (file)
index 9a62104..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
----
-# Int Umgebungen entsprechen in der Regel test-Umgebungen
-
-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
diff --git a/tier/production.yaml b/tier/production.yaml
deleted file mode 100644 (file)
index ed97d53..0000000
+++ /dev/null
@@ -1 +0,0 @@
----
diff --git a/tier/test.yaml b/tier/test.yaml
deleted file mode 100644 (file)
index b0b0d1f..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
----
-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