summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--files/.git_placeholder1
-rw-r--r--manifests/init.pp10
2 files changed, 9 insertions, 2 deletions
diff --git a/files/.git_placeholder b/files/.git_placeholder
new file mode 100644
index 0000000..89cb1fe
--- /dev/null
+++ b/files/.git_placeholder
@@ -0,0 +1 @@
+# file needed for git - don't remove it
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$