Forge Home

vz_console

Module to enable OpenVZ console (primarily for pve 3.x containers).

6,541 downloads

6,331 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.4 (latest)
  • 1.0.3
  • 1.0.2 (deleted)
  • 1.0.1 (deleted)
  • 1.0.0 (deleted)
released Aug 5th 2016
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 'techdad-vz_console', '1.0.4'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add techdad-vz_console
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install techdad-vz_console --version 1.0.4

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

techdad/vz_console — version 1.0.4 Aug 5th 2016

OpenVZ console (vz_console)

Table of Contents

  1. Description
  2. Usage - Configuration options and additional functionality
  3. Reference - An under-the-hood peek at what the module is doing and how
  4. Development - Guide for contributing to the module
  5. Roadmap - The whishlist/to do loist for module development

Description

Enable the OpenVZ login console.

  • Primarily targetted at Proxmox PVE 3.x containers.
  • Initial version is for Centos / RHEL 6.x only!

Usage

Very simple, just include the class:

node default {

    include vz_console

}

Reference

There are no variables to set, this module is a direct puppet implementation of the instructions at: pve.proxmox.com/wiki/OpenVZ_Console.

Development

Just send a pull request.

Roadmap

Add support for other distributions and releases (CentOS/RHEL 7.x, Debian, Ubunutu, etc.)