diff options
author | Pascal Terjan <pterjan@mageia.org> | 2014-04-03 23:42:27 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mageia.org> | 2014-04-03 23:42:27 +0000 |
commit | 61706b9928c2e306cc8064cb0873b1060087495e (patch) | |
tree | afd6299cbfedd2fc3e00400b22af5a298fc8e84b /modules/mga-mirrors | |
parent | d40a4ce8c1ea40cf50ee573760c55dcbdc61891a (diff) | |
download | puppet-61706b9928c2e306cc8064cb0873b1060087495e.tar puppet-61706b9928c2e306cc8064cb0873b1060087495e.tar.gz puppet-61706b9928c2e306cc8064cb0873b1060087495e.tar.bz2 puppet-61706b9928c2e306cc8064cb0873b1060087495e.tar.xz puppet-61706b9928c2e306cc8064cb0873b1060087495e.zip |
Add an alias for mirrors status
Diffstat (limited to 'modules/mga-mirrors')
-rw-r--r-- | modules/mga-mirrors/manifests/init.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/mga-mirrors/manifests/init.pp b/modules/mga-mirrors/manifests/init.pp index 8989c231..b29c6fcb 100644 --- a/modules/mga-mirrors/manifests/init.pp +++ b/modules/mga-mirrors/manifests/init.pp @@ -13,6 +13,7 @@ class mga-mirrors { vhost => $vhost, use_ssl => true, aliases => { + '/status' => '/var/www/mirrors/status.html', '/' => '/usr/bin/mga_mirrors_fastcgi.pl/', }, } |