class PuppetMagnum::BaseGenerator
Public Class Methods
source_root()
click to toggle source
# File lib/puppet-magnum/generators/base_generator.rb, line 12 def self.source_root PuppetMagnum.root.join('generator_files') end
Private Instance Methods
target()
click to toggle source
# File lib/puppet-magnum/generators/base_generator.rb, line 18 def target @target ||= Pathname.new(File.expand_path(path)) end