diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/mgapeople/manifests/init.pp | 3 |
1 files changed, 3 insertions, 0 deletions
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': |