Stop putting echosign-cla.html onto Gerrit servers

It's been nearly two years since the new ICLA process was put in
place, so the file describing the old one doesn't really need to be
perpetually hosted on our code review servers.

Change-Id: If001290d033ba970281628fb462cb48c9fe7c207
This commit is contained in:
Jeremy Stanley 2015-01-08 20:34:45 +00:00
parent cf532e1050
commit 59d029378a
2 changed files with 0 additions and 28 deletions
modules/openstack_project
files/gerrit
manifests

@ -1,18 +0,0 @@
<html>
<body>
<div>
<p>In order to contribute to OpenStack, you need to sign the
Contributor License Agreement.</p>
<p>This is not the agreement.</p>
<p>
Follow <a href="http://wiki.openstack.org/HowToContribute">these
instructions</a> to sign the agreement. Once your membership in the
openstack-cla group has been approved, you will be able to submit
changes.
</p>
</div>
</body>
</html>

@ -224,16 +224,6 @@ class openstack_project::gerrit (
}
}
file { '/home/gerrit2/review_site/static/echosign-cla.html':
ensure => present,
owner => 'root',
group => 'root',
mode => '0444',
source => 'puppet:///modules/openstack_project/gerrit/echosign-cla.html',
replace => true,
require => Class['::gerrit'],
}
file { '/home/gerrit2/review_site/static/cla.html':
ensure => present,
owner => 'root',