diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/mga-advisories/manifests/init.pp | 3 |
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], } |