diff options
author | Steffen Pingel | 2012-11-24 20:05:07 +0000 |
---|---|---|
committer | Steffen Pingel | 2012-11-24 20:05:07 +0000 |
commit | d272fe537df2c2026ed7c7b6d8288cfc1fa42ca1 (patch) | |
tree | 6f14a58600ee50cd3014f81bc90a00ee97bff3fc /org.eclipse.mylyn.bugzilla.releng | |
parent | eb30964182e2a495c7411f020b8516b2594ec30f (diff) | |
download | org.eclipse.mylyn.tasks-d272fe537df2c2026ed7c7b6d8288cfc1fa42ca1.tar.gz org.eclipse.mylyn.tasks-d272fe537df2c2026ed7c7b6d8288cfc1fa42ca1.tar.xz org.eclipse.mylyn.tasks-d272fe537df2c2026ed7c7b6d8288cfc1fa42ca1.zip |
393640: create puppet configuration for Bugzilla
* Add copyright header.
Change-Id: I31863f3f776851a856707e0ae4c2154b26e9254b
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=393640
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.releng')
3 files changed, 33 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.bugzilla.releng/manifests/default.pp b/org.eclipse.mylyn.bugzilla.releng/manifests/default.pp index 1b7c35762..9eae8c6f5 100644 --- a/org.eclipse.mylyn.bugzilla.releng/manifests/default.pp +++ b/org.eclipse.mylyn.bugzilla.releng/manifests/default.pp @@ -1,3 +1,14 @@ +/******************************************************************************* + * Copyright (c) 2012 Frank Becker and others. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Frank Becker - initial API and implementation + * Steffen Pingel (Tasktop Techologies) + *******************************************************************************/ Exec { path => ["/bin/", "/sbin/", "/usr/bin/", "/usr/sbin/"] } diff --git a/org.eclipse.mylyn.bugzilla.releng/modules/bugzilla/manifests/defaultsites.pp b/org.eclipse.mylyn.bugzilla.releng/modules/bugzilla/manifests/defaultsites.pp index 10183d121..24cc03a55 100644 --- a/org.eclipse.mylyn.bugzilla.releng/modules/bugzilla/manifests/defaultsites.pp +++ b/org.eclipse.mylyn.bugzilla.releng/modules/bugzilla/manifests/defaultsites.pp @@ -1,3 +1,14 @@ +/******************************************************************************* + * Copyright (c) 2012 Frank Becker and others. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Frank Becker - initial API and implementation + * Steffen Pingel (Tasktop Techologies) + *******************************************************************************/ define bugzilla::defaultsites { $requirements = [ diff --git a/org.eclipse.mylyn.bugzilla.releng/modules/bugzilla/manifests/init.pp b/org.eclipse.mylyn.bugzilla.releng/modules/bugzilla/manifests/init.pp index e4629c850..52535d6ce 100644 --- a/org.eclipse.mylyn.bugzilla.releng/modules/bugzilla/manifests/init.pp +++ b/org.eclipse.mylyn.bugzilla.releng/modules/bugzilla/manifests/init.pp @@ -1,3 +1,14 @@ +/******************************************************************************* + * Copyright (c) 2012 Frank Becker and others. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Frank Becker - initial API and implementation + * Steffen Pingel (Tasktop Techologies) + *******************************************************************************/ define bugzillaVersion ( $major, $minor, |