From 59d029378a93de8631c567b3c671a41a51e5f41f Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Thu, 8 Jan 2015 20:34:45 +0000 Subject: [PATCH] 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 --- .../files/gerrit/echosign-cla.html | 18 ------------------ modules/openstack_project/manifests/gerrit.pp | 10 ---------- 2 files changed, 28 deletions(-) delete mode 100644 modules/openstack_project/files/gerrit/echosign-cla.html diff --git a/modules/openstack_project/files/gerrit/echosign-cla.html b/modules/openstack_project/files/gerrit/echosign-cla.html deleted file mode 100644 index 7aae808c36..0000000000 --- a/modules/openstack_project/files/gerrit/echosign-cla.html +++ /dev/null @@ -1,18 +0,0 @@ - - -
-

In order to contribute to OpenStack, you need to sign the -Contributor License Agreement.

- -

This is not the agreement.

- -

-Follow these -instructions to sign the agreement. Once your membership in the -openstack-cla group has been approved, you will be able to submit -changes. -

- -
- - diff --git a/modules/openstack_project/manifests/gerrit.pp b/modules/openstack_project/manifests/gerrit.pp index 371fc5150b..17e9f1d24d 100644 --- a/modules/openstack_project/manifests/gerrit.pp +++ b/modules/openstack_project/manifests/gerrit.pp @@ -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',