projects
/
puppet_rubygems.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c3be4f
)
added devel class
author
mh
<mh@immerda.ch>
Thu, 14 May 2009 19:52:38 +0000
(21:52 +0200)
committer
mh
<mh@immerda.ch>
Thu, 14 May 2009 19:52:38 +0000
(21:52 +0200)
manifests/devel.pp
[new file with mode: 0644]
patch
|
blob
diff --git a/manifests/devel.pp
b/manifests/devel.pp
new file mode 100644
(file)
index 0000000..
f927007
--- /dev/null
+++ b/
manifests/devel.pp
@@ -0,0
+1,5
@@
+class rubygems::devel {
+ include ruby::devel
+ include gcc
+}
+