Forge Home

wiz

This module installs Wiz, the CLI interface for Magento.

8,281 downloads

6,524 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.2 (latest)
  • 1.0.1
  • 1.0.0 (deleted)
released Oct 23rd 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-wiz', '1.0.2'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

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

Manually install this module globally with Puppet module tool:

puppet module install DimitriSteyaert-wiz --version 1.0.2

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/wiz — version 1.0.2 Oct 23rd 2015

wiz

Build Status

Table of Contents

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

Overview

The Wiz module installs wiz on your machine. Wiz is the CLI for Magento.

Module Description

The Wiz 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 wiz affects

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

What wiz doesn't affect

Wiz requires PHP (minimal version 5.2) to be installed. This module doesn't affect your local PHP version nor does it install PHP so you will need another Puppet module to handle your PHP configuration.

Beginning with wiz

To install Wiz just use include wiz 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 { 'wiz':
  install_dest  => '/usr/local/src/wiz',
  repository    => 'https://github.com/classyllama/Wiz',
  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: