A Git 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-git
The module is automatically loaded by mdt
. All you need to do is to use appropriate keys in your mdt-deploy.yml
.
git.repository
- clones or pulls code from a Git repository. Options:url
- URL of the Git repositorybranch
- Git repository branch to use (optional, default: master)
You can contribute to the development of this MDT module by submitting an issue or pull request.
Generated RDoc documentation can be found here.