projects
/
puppet_rubygems.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
add xmpp4r gem
[puppet_rubygems.git]
/
manifests
/
xmpp4r.pp
1
class rubygems::xmpp4r {
2
package{'xmpp4r':
3
ensure => present,
4
provider => gem,
5
}
6
}