projects
/
puppet_rubygems.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
merge brokengem and package define to one together
[puppet_rubygems.git]
/
manifests
/
gem
/
cachedir.pp
diff --git
a/manifests/brokengem/cachedir.pp
b/manifests/gem/cachedir.pp
similarity index 69%
rename from
manifests/brokengem/cachedir.pp
rename to
manifests/gem/cachedir.pp
index
08f65f3
..
3e371e4
100644
(file)
--- a/
manifests/brokengem/cachedir.pp
+++ b/
manifests/gem/cachedir.pp
@@
-1,4
+1,4
@@
-class rubygems::
broken
gem::cachedir {
+class rubygems::gem::cachedir {
$dir = '/var/lib/puppet/modules/rubygems_cache'
modules_dir{'rubygems_cache': }
}