projects
/
puppet_rubygems.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
merge brokengem and package define to one together
[puppet_rubygems.git]
/
manifests
/
mysql.pp
1
class rubygems::mysql {
2
include mysql::devel
3
rubygems::package{'mysql':}
4
}