From 5e0498ca9e2f98f6deadb029ed9b56065cc398fe Mon Sep 17 00:00:00 2001 From: Michael Chapman Date: Sat, 13 Jul 2013 15:28:49 +1000 Subject: [PATCH] Add index_files to location for vhost This patch passes the index_files parameter down from the vhost resource to its associated location, where previsouly it was ignored. --- manifests/resource/vhost.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/resource/vhost.pp b/manifests/resource/vhost.pp index bc7f7954d..28d82639d 100644 --- a/manifests/resource/vhost.pp +++ b/manifests/resource/vhost.pp @@ -158,6 +158,7 @@ fastcgi_script => $fastcgi_script, try_files => $try_files, www_root => $www_root, + index_files => $index_files, location_custom_cfg => $location_custom_cfg, notify => Class['nginx::service'], }