projects
/
puppet_rubygems.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Converting from Mercurial to Git
[puppet_rubygems.git]
/
manifests
/
init.pp
1
class rubygems {
2
package { rubygems: ensure => installed }
3
}
4
5
# $Id$