From bf986436245941721c033fefc23e437ca3ce7255 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sat, 13 Jul 2013 11:32:38 +0000 Subject: mgapeople: add /static alias --- modules/mgapeople/manifests/init.pp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/mgapeople') diff --git a/modules/mgapeople/manifests/init.pp b/modules/mgapeople/manifests/init.pp index 9d09f6fe..736adb47 100644 --- a/modules/mgapeople/manifests/init.pp +++ b/modules/mgapeople/manifests/init.pp @@ -54,6 +54,9 @@ class mgapeople( apache::vhost::base { $vhost: location => $vhostdir, require => File[$vhostdir], + aliases => { + '/static' => '/usr/share/mgapeople/static', + }, } cron { '/usr/bin/mkpeople': -- cgit v1.2.1