class PuppetMagnum::Verify

Public Instance Methods

verify_module() click to toggle source
# File lib/puppet-magnum/utility/verify.rb, line 12
def verify_module
  # FIXME
end

Private Instance Methods

target() click to toggle source
# File lib/puppet-magnum/utility/verify.rb, line 18
def target
  @target ||= Pathname.new(File.expand_path(path))
end