From 0d4b364ec40343e044e0c7885eba14d53b0b8e82 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Wed, 1 Feb 2017 15:02:23 -0800 Subject: [PATCH] Allow robots to follow links from cgit The default value for the robots meta tag is "index, nofollow" which allows crawlers to index the main page, but not any of the repos. Show them what's out there. Change-Id: I512bb95bce5b3079bd14672414396bc6f5441ff6 --- modules/openstack_project/manifests/git_backend.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/openstack_project/manifests/git_backend.pp b/modules/openstack_project/manifests/git_backend.pp index d1065f3872..eb036dd832 100644 --- a/modules/openstack_project/manifests/git_backend.pp +++ b/modules/openstack_project/manifests/git_backend.pp @@ -60,6 +60,7 @@ class openstack_project::git_backend ( 'logo' => '/static/openstack.png', 'root-title' => 'OpenStack git repository browser', 'max-repo-count' => 2500, + 'robots' => 'index', }, manage_cgitrc => true, selinux_mode => $selinux_mode