Forge Home

hyperv

Install Hyper-V tools on Linux guests with Puppet

7,838 downloads

7,838 latest version

5.0 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

  • 0.1.0 (latest)
released Nov 6th 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 'jgazeley-hyperv', '0.1.0'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add jgazeley-hyperv
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install jgazeley-hyperv --version 0.1.0

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

jgazeley/hyperv — version 0.1.0 Nov 6th 2015

hyperv

Table of Contents

  1. Overview
  2. Usage - Configuration options and additional functionality
  3. Compatibility
  4. Development - Guide for contributing to the module

Overview

This module installs Hyper-V tools on Linux guests.

Usage

This module takes no options. To use it, simply do

include hyperv

Compatibility

Hyper-V compatibility between distributions is... interesting.

RHEL

RHEL includes all related EL distributions such as Red Hat Enterprise Linux, CentOS, Scientific Linux, etc. RHEL5 had patchy support for Hyper-V so this module only works on RHEL6 and RHEL7. See Microsoft's documentation

Fedora

RHEL is derived from Fedora so compatibility is the same, and Fedora has supported Hyper-V for ages. This module only supports Fedora 21 and newer, because 20 and older are no longer receiving security updates and should not be used.

Debian

Debian 7 and 8 support Hyper-V natively. This module will work with Debian but it won't actually do anything. See Microsoft's documentation

Ubuntu

Ubuntu has supported Hyper-V since 12.04. This module installs some extras. See Microsoft's documentation.

Summary

These distros work and are supported by this module.

Distro Versions
RHEL 6 and newer
Fedora 21 and newer
Debian 7 and newer
Ubuntu 12.04 and newer

Development

Please send pull requests for adding support for other distros or fixing bugs.