wiz

contributions requested
This module installs Wiz, the CLI interface for Magento.

8,396 downloads

6,602 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.2 (latest)
  • 1.0.1
  • 1.0.0 (deleted)
released Oct 23rd 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-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: