summaryrefslogtreecommitdiff
path: root/manifests/gem/cachedir.pp
blob: 3e371e421e0aa725a794356dd7ada14ebfbaf394 (plain)
1
2
3
4
class rubygems::gem::cachedir {
  $dir = '/var/lib/puppet/modules/rubygems_cache'
  modules_dir{'rubygems_cache': }
}