summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-06-13 20:27:29 +0000
committermh <mh@immerda.ch>2008-06-13 20:27:29 +0000
commit02588b1934bf63a7bdb7f29661b154ee661071d0 (patch)
treea3557b83d531f789ff4deaede1cf7c583333aa3c
parent908f654bde83cb6bb2013fdd9861f766535cf1e4 (diff)
Merge commit 'puzzle/development'
-rw-r--r--manifests/init.pp15
1 files 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 }