From 74290001e338a23ecc97221a9a95de60acc452bb Mon Sep 17 00:00:00 2001 From: Khai Do Date: Tue, 29 Apr 2014 16:17:23 -0700 Subject: [PATCH] puppetize installation of gerrit third party plugins This change automates the installation of gerrit third party plugins. This does not include core plugins, which have already been automated. The first third party plugin that we automate is the javamelody plugin. Change-Id: I163353c2e9d59e4815b4544f983b54d68ede70a8 --- manifests/plugin.pp | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/manifests/plugin.pp b/manifests/plugin.pp index f1b5f30..639df96 100644 --- a/manifests/plugin.pp +++ b/manifests/plugin.pp @@ -1,3 +1,16 @@ +# Copyright (C) 2014 R. Tyler Croy +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. # # Defined resource type to install jenkins plugins. #