项目作者: techdad

项目描述 :
Puppet module to enable OpenVZ console (primarily for pve 3.x containers).
高级语言: Ruby
项目地址: git://github.com/techdad/puppet-vz_console.git
创建时间: 2016-07-30T12:09:17Z
项目社区:https://github.com/techdad/puppet-vz_console

开源协议:Apache License 2.0

下载


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:

  1. node default {
  2. include vz_console
  3. }

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.)