class websites::git { apache::vhost_redirect { "git.${::domain}": url => "https://gitweb.${::domain}/", } apache::vhost_redirect { "ssl_git.${::domain}": use_ssl => true, vhost => "git.${::domain}", url => "https://gitweb.${::domain}/", } }