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:
ecf8079
)
add xmpp4r gem
author
mh
<mh@immerda.ch>
Wed, 6 Apr 2011 08:43:02 +0000
(10:43 +0200)
committer
mh
<mh@immerda.ch>
Wed, 6 Apr 2011 08:43:02 +0000
(10:43 +0200)
manifests/xmpp4r.pp
[new file with mode: 0644]
patch
|
blob
diff --git a/manifests/xmpp4r.pp
b/manifests/xmpp4r.pp
new file mode 100644
(file)
index 0000000..
ea6d3fb
--- /dev/null
+++ b/
manifests/xmpp4r.pp
@@ -0,0
+1,6
@@
+class rubygems::xmpp4r {
+ package{'xmpp4r':
+ ensure => present,
+ provider => gem,
+ }
+}