Forge Home

freebsd_linux

Installs linux-c(6/7) ports on FreeBSD

5,605 downloads

5,466 latest version

4.5 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.2.1 (latest)
  • 0.2.0
released Oct 12th 2017
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 'hackerhorse-freebsd_linux', '0.2.1'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add hackerhorse-freebsd_linux
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install hackerhorse-freebsd_linux --version 0.2.1

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

hackerhorse/freebsd_linux — version 0.2.1 Oct 12th 2017

freebsd_linux

Table of Contents

  1. Description
  2. Setup - The basics
  3. Usage
  4. Limitations - OS compatibility, etc.
  5. Development - Guide for contributing to the module
  6. Contributors - whodunnit?
  7. Changelog

Description

Install linux-c(6/7) metaport on FreeBSD

Setup

Setup Requirements

You need to be running a FreeBSD system. This module also depends on hackerhorse/zfs_freebsd

Usage

To start, simply download the module, and add either: require freebsd_linux::c6 for a CentOS 6 environment, or require freebsd_linux::c7 for a CentOS 7 environment.

Limitations

This module is currently only available for use on FreeBSD.

Development

You can contribute by forking https://github.com/RainbowHackerHorse/freebsd_linux and opening a PR.

Contributors

  • Rainbow (RainbowHackerHorse)

Changelog

  • 0.1.0 - Initial release