From cd64bd34b2f8fd64a0069cd348dce18573db3fa3 Mon Sep 17 00:00:00 2001 From: Philipp Dallig Date: Fri, 1 Apr 2016 16:23:23 +0200 Subject: [PATCH] correct expire --- tier/development.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tier/development.yaml b/tier/development.yaml index 8ddd10c3..5df8f811 100644 --- a/tier/development.yaml +++ b/tier/development.yaml @@ -1,5 +1,5 @@ --- apache::mod::expires::expires_by_type: - - { type: application/javascript , seconds: 86400 } + - { application/javascript: 86400 } apache::default_mods: false \ No newline at end of file -- 2.39.5