From 02588b1934bf63a7bdb7f29661b154ee661071d0 Mon Sep 17 00:00:00 2001 From: mh Date: Fri, 13 Jun 2008 20:27:29 +0000 Subject: Merge commit 'puzzle/development' --- manifests/init.pp | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/manifests/init.pp b/manifests/init.pp index 119cc80..76d3e70 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -1,10 +1,17 @@ -####################################### +# # rubygems module # original by luke kanies # http://github.com/lak -# adapted by Puzzle ITC -# haerry+puppet(at)puzzle.ch -####################################### +# +# Copyright 2008, Puzzle ITC GmbH +# Marcel Härry haerry+puppet(at)puzzle.ch +# Simon Josi josi+puppet(at)puzzle.ch +# +# This program is free software; you can redistribute +# it and/or modify it under the terms of the GNU +# General Public License version 3 as published by +# the Free Software Foundation. +# class rubygems { package { rubygems: ensure => installed } -- cgit v1.2.3