A dummy module for MDT.
- mdt-core >= 0.0.1
- Ruby (tested with 2.5.0, earlier versions down to 2.0 may also work)
- RubyGems
gem install mdt-dummy
The module is automatically loaded by mdt
. All you need to do is to use appropriate keys in your mdt-deploy.yml
.
dummy.dummy
- prints the diagnostic message and returns exactly the command or expression that it is given with no changes
dummy.dummy
- prints the diagnostic message, executes all of the given command modifiers in order with command being empty string and returns 0 (success)
dummy.dummy
-mkdir
prints the diagnostic message and returns 0 (success),cd
prints the diagnostic message and returns 0 (success),rm
prints the diagnostic message and returns 0 (success)
dummy.dummy
- prints the diagnostic message and returns 0 (success)
You can contribute to the development of this MDT module by submitting an issue or pull request.
Generated RDoc documentation can be found here.