Forge Home

packagex

Extended puppet package resource

12,041 downloads

9,775 latest version

3.4 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.3.1 (latest)
  • 0.3.0
  • 0.2.2
  • 0.2.1
  • 0.2.0
  • 0.1.6
  • 0.1.5
  • 0.1.4
  • 0.1.3
  • 0.1.2
  • 0.1.1
  • 0.1.0
released Jan 6th 2014

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'ptomulik-packagex', '0.3.1'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add ptomulik-packagex
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install ptomulik-packagex --version 0.3.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

ptomulik/packagex — version 0.3.1 Jan 6th 2014

ptomulik-packagex

Table of Contents

  1. Overview
  2. Setup
  3. Development

Overview

NOTE: I decided to split this package into smaller pieces in order to achieve better reusability. Now this module is only a "virtual" module with no contents and it only defines dependencies to other modules.

This is an enhanced version of puppet package resource and some of its providers.

This is a place, where I develop and test my extended version of puppet package resource with enhanced providers. The releases found at https://forge.puppetlabs.com/ptomulik/packagex are known to be functional and may be used with recent versions of puppet (3.2 and later).

Providers are developed in separate projects, but all the supported providers get installed as a dependencies of this module. Currently the ptomulik-packagex installs the following providers:

The resource type is developed in separate project as well, see ptomulik-packagex_resource.

Setup

What packagex affects

  • installs, upgrades, reinstalls and uninstalls packages,

Setup Requirements

You may need to enable pluginsync in your puppet.conf.

Beginning with packagex

Its usage is essentially same as for the original package resource.

Development

The project is held at github: