Forge Home

modman

This module installs Modman, the Magento module manager.

8,372 downloads

6,855 latest version

4.6 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

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

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: