summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp10
1 files changed, 8 insertions, 2 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index e0d23e6..119cc80 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -1,5 +1,11 @@
+#######################################
+# rubygems module
+# original by luke kanies
+# http://github.com/lak
+# adapted by Puzzle ITC
+# haerry+puppet(at)puzzle.ch
+#######################################
+
class rubygems {
package { rubygems: ensure => installed }
}
-
-# $Id$