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
This commit is contained in:
James E. Blair 2017-02-01 15:02:23 -08:00
parent 6125601ddb
commit 0d4b364ec4
1 changed files with 1 additions and 0 deletions

View File

@ -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