Project

mdt-dummy

0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Dummy module for MDT
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~> 3.7

Runtime

~> 0.0
 Project Readme

MDT - Dummy module

A dummy module for MDT.

Requirements

  • mdt-core >= 0.0.1
  • Ruby (tested with 2.5.0, earlier versions down to 2.0 may also work)
  • RubyGems

Installation

gem install mdt-dummy

Usage

The module is automatically loaded by mdt. All you need to do is to use appropriate keys in your mdt-deploy.yml.

Objects defined by module

Command modifiers

  • dummy.dummy - prints the diagnostic message and returns exactly the command or expression that it is given with no changes

Commands

  • dummy.dummy - prints the diagnostic message, executes all of the given command modifiers in order with command being empty string and returns 0 (success)

Directory choosers

  • 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)

Fetchers

  • dummy.dummy - prints the diagnostic message and returns 0 (success)

Contributing

You can contribute to the development of this MDT module by submitting an issue or pull request.

Documentation

Generated RDoc documentation can be found here.