modman

contributions requested
This module installs Modman, the Magento module manager.

8,478 downloads

6,937 latest version

4.6 quality score

Support the Puppet Community by contributing to this module

You are welcome to contribute to this module by suggesting new features, currency updates, or fixes. Every contribution is valuable to help ensure that the module remains compatible with the latest Puppet versions and continues to meet community needs. Complete the following steps:

  1. Review the module’s contribution guidelines and any licenses. Ensure that your planned contribution aligns with the author’s standards and any legal requirements.
  2. Fork the repository on GitHub, make changes on a branch of your fork, and submit a pull request. The pull request must clearly document your proposed change.

For questions about updating the module, contact the module’s author.

Version information

  • 1.0.1 (latest)
  • 1.0.0
released Sep 29th 2015
This version is compatible with:
  • Debian
    ,
    Ubuntu
    ,
    RedHat

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'DimitriSteyaert-modman', '1.0.1'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add DimitriSteyaert-modman
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install DimitriSteyaert-modman --version 1.0.1

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

DimitriSteyaert/modman — version 1.0.1 Sep 29th 2015

modman

Build Status

Table of Contents

  1. Overview
  2. Module Description - What does the modman module do
  3. Setup - The basics of getting started with modman
  4. Usage - Configuration options and additional functionality
  5. Limitations - OS compatibility, etc.
  6. Development - Guide for contributing to the module
  7. Contributors

Overview

The modman module installs modman on your machine. modman is the Magento module manager.

Module Description

The modman CLI tool is installed by this module with a default set of parameters. These parameters such as the installation destination and repository can be adjusted to your likings.

Setup

What modman affects

  • Creates the folder modman under /usr/share/
  • Installs git if this isn't already installed
  • Creates a symlink in /usr/bin/
  • Creates a symlink to bash_completion in /etc/bash_completion.d/

Beginning with modman

To install modman just use include modman and you are set to go.

Usage

To fully alter the installation destination and repository you can use this extended version of the class.

class { 'modman':
  install_dest  => '/usr/local/src/modman',
  repository    => 'https://github.com/colinmollenhour/modman',
  exec_location => '/usr/local/bin/',
}

Limitations

This module should work on all the flavours of Debian/Ubuntu and RedHat/CentOS.

Development

Don't hesitate to open an issue if you should encounter any bugs or other issues.

Contributors

Just me at the moment: