summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/init.pp')
-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 }