Sha256: 337265d98960966d7e4bfe9ec5e0c1a28663e1ed2bd0dd6c9cbd8b738bc9a535
Contents?: true
Size: 486 Bytes
Versions: 3
Compression:
Stored size: 486 Bytes
Contents
require "librarian/environment" require "librarian/puppet/dsl" require "librarian/puppet/source" module Librarian module Puppet class Environment < Librarian::Environment def adapter_name "puppet" end def install_path project_path.join("modules") end def cache_path project_path.join(".tmp/librarian/cache") end def scratch_path project_path.join(".tmp/librarian/scratch") end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
librarian-puppet-0.9.1 | lib/librarian/puppet/environment.rb |
librarian-puppet-0.9.0 | lib/librarian/puppet/environment.rb |
librarian-puppet-0.0.1.pre2 | lib/librarian/puppet/environment.rb |