summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-05-29 16:34:59 +0000
committermh <mh@immerda.ch>2008-05-29 16:34:59 +0000
commitedd6db7728a2de30d6befc9ee835b6444c2df64b (patch)
treed30fe2ef42a5487d68823311dd1208f4190c5c96
parent7ac9a6c79b1cda4acec34a893661764d346e6ecb (diff)
added from puzzle
-rw-r--r--manifests/init.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
new file mode 100644
index 0000000..8a90fc5
--- /dev/null
+++ b/manifests/init.pp
@@ -0,0 +1,5 @@
+class ruby {
+ package { [ruby, ruby-devel]: ensure => installed }
+}
+
+# $Id$