Puppet module to enable OpenVZ console (primarily for pve 3.x containers).
Enable the OpenVZ login console.
Very simple, just include the class:
node default {
include vz_console
}
There are no variables to set, this module is a direct puppet implementation of the instructions at: pve.proxmox.com/wiki/OpenVZ_Console.
Just send a pull request.
Add support for other distributions and releases (CentOS/RHEL 7.x, Debian, Ubunutu, etc.)