aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mga-advisories
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2013-07-12 14:38:19 +0000
committerNicolas Vigier <boklm@mageia.org>2013-07-12 14:38:19 +0000
commit8844fbad2576affc5264e6bc5d23244d3136d28a (patch)
tree57b337d047c65fc4c78ea78b66127fbcad8ae333 /modules/mga-advisories
parentfb8e041875b3587251e1142eb8590712f3feb8e8 (diff)
downloadpuppet-8844fbad2576affc5264e6bc5d23244d3136d28a.tar
puppet-8844fbad2576affc5264e6bc5d23244d3136d28a.tar.gz
puppet-8844fbad2576affc5264e6bc5d23244d3136d28a.tar.bz2
puppet-8844fbad2576affc5264e6bc5d23244d3136d28a.tar.xz
puppet-8844fbad2576affc5264e6bc5d23244d3136d28a.zip
mga-advisories: add alias for static directory
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],
}