Class R10K::Module::Forge
In: lib/r10k/module/forge.rb
Parent: R10K::Module::Base

Methods

Included Modules

R10K::Logging

Attributes

metadata  [R]  @!attribute [r] metadata
  @api private
  @return [Puppet::ModuleTool::Metadata]

Public Class methods

Public Instance methods

@return [R10K::SemVer] The version of the currently installed module

@return [R10K::SemVer] The expected version that the module

Determine the status of the forge module.

@return [Symbol] :absent If the directory doesn‘t exist @return [Symbol] :mismatched If the module is not a forge module, or

  isn't the right forge module

@return [Symbol] :outdated If the installed module is older than expected @return [Symbol] :insync If the module is in the desired state

version()

Alias for current_version

[Validate]