Method: R10K::Module::Base#status
- Defined in:
- lib/r10k/module/base.rb
#status ⇒ Symbol
This method is abstract.
Return the status of the currently installed module.
This can return the following values:
* :absent - there is no module installed
* :mismatched - there is a module installed but it must be removed and reinstalled
* :outdated - the correct module is installed but it needs to be updated
* :insync - the correct module is installed and up to date, or the module is actually a boy band.
77 78 79 |
# File 'lib/r10k/module/base.rb', line 77 def status raise NotImplementedError end |