aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mga-advisories
diff options
context:
space:
mode:
Diffstat (limited to 'modules/mga-advisories')
-rw-r--r--modules/mga-advisories/manifests/init.pp3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/mga-advisories/manifests/init.pp b/modules/mga-advisories/manifests/init.pp
index 7ef7c956..b7d91e4b 100644
--- a/modules/mga-advisories/manifests/init.pp
+++ b/modules/mga-advisories/manifests/init.pp
@@ -43,6 +43,9 @@ class mga-advisories(
apache::vhost::base { $vhost:
location => $vhostdir,
+ aliases => {
+ "/static" => '/usr/share/mga-advisories/static',
+ },
require => File[$vhostdir],
}