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
/
gem
/
cachedir.pp
1
class rubygems::gem::cachedir {
2
$dir = '/var/lib/puppet/modules/rubygems_cache'
3
modules_dir{'rubygems_cache': }
4
}