Forge Home

package

Tasks that manipulate a package

146,189 downloads

888 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

  • 3.0.1 (latest)
  • 3.0.0
  • 2.4.0
  • 2.3.0
  • 2.2.0
  • 2.1.0
  • 2.0.0
  • 1.4.0
  • 1.3.0
  • 1.2.0
  • 1.1.0
  • 1.0.0
  • 0.7.0
  • 0.6.0
  • 0.5.0
  • 0.4.1
  • 0.3.0
  • 0.2.0
  • 0.1.5
  • 0.1.4 (deleted)
released May 30th 2022
This version is compatible with:
  • Puppet Enterprise 2023.2.x, 2023.1.x, 2023.0.x, 2021.7.x, 2021.6.x, 2021.5.x, 2021.4.x, 2021.3.x, 2021.2.x, 2021.1.x, 2021.0.x, 2019.8.x, 2019.7.x, 2019.5.x, 2019.4.x, 2019.3.x, 2019.2.x, 2019.1.x, 2019.0.x
  • Puppet >= 6.0.0 < 8.0.0
  • , , , , , , ,
Tasks:
  • package

Start using this module

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

Add this module to your Puppetfile:

mod 'puppetlabs-package', '2.2.0'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add puppetlabs-package
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install puppetlabs-package --version 2.2.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

puppetlabs/package — version 2.2.0 May 30th 2022

Change log

All notable changes to this project will be documented in this file. The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

v2.2.0 (2022-05-30)

Full Changelog

Added

Fixed

v2.1.0 (2021-08-16)

Full Changelog

Added

v2.0.0 (2021-03-01)

Full Changelog

Changed

Fixed

v1.4.0 (2020-12-08)

Full Changelog

Added

Fixed

  • (MODULES-10844) Fix missing version info in task output #216 (pgrant87)

v1.3.0 (2020-09-08)

Full Changelog

Added

  • pdksync - (IAC-973) - Update travis/appveyor to run on new default branch main #208 (david22swan)

Fixed

  • pdksync - (feat) - Removal of inappropriate terminology #213 (pmcmaw)

v1.2.0 (2020-06-26)

Full Changelog

Added

  • (IAC-908) Add support for package status in Windows #200 (fhrbek)

v1.1.0 (2019-12-11)

Full Changelog

Added

  • pdksync - "MODULES-10242 Add ubuntu14 support back to the modules" #167 (sheenaajay)

v1.0.0 (2019-12-02)

Full Changelog

Changed

  • pdksync - FM-8499 remove ubuntu 14 support #164 (lionce)

Added

v0.7.0 (2019-10-28)

Full Changelog

Added

v0.6.0 (2019-06-12)

Full Changelog

Changed

Added

Fixed

v0.5.0 (2019-04-10)

Full Changelog

Added

Fixed

0.4.1 (2019-01-09)

Full Changelog

Fixed

0.4.0 (2019-01-08)

Full Changelog

Added

  • (MODULES-8390) Enable implementations on the init task and hide others #96 (MikaelSmith)

Fixed

  • pdksync - (FM-7655) Fix rubygems-update for ruby \< 2.3 #97 (tphoney)
  • (MODULES-8045) Fix apt-get upgrading everything when no version passed and apt is package manager. #92 (eoinmcq)

0.3.0 (2018-09-27)

Full Changelog

Added

  • pdksync - (FM-7392) - Puppet 6 Testing Changes #88 (pmcmaw)
  • (DI-3260) Adding agentless windows task (for choco) #81 (HairyMike)
  • (DI-2373) Adding agentless linux task #77 (tphoney)
  • (FM-7263) - Addition of support for ubuntu 18.04 #70 (david22swan)
  • [FM-7058] Addition of support for Debian 9 to package #69 (david22swan)

0.2.0

Updates the module to be compatible with PDK 1.4.1, adds beaker task helper and relevant functionality.

Added

  • Beaker_task_helper added.
  • Rubygems path for Beaker Task Helper.

Changed

  • Module converted using version 1.4.1 of the PDK.

Release 0.1.5

Changed

  • Nothing, we needed a release.

Release 0.1.4

Fixed

  • Readme updates.
  • Tests work on PE and Bolt.
  • Package attribute is now name.

Release 0.1.3

Fixed

  • Updated readme.
  • Fixed locales project name.
  • Fixed cli description.

Release 0.1.2

Fixed

  • Handle providers that return multiple versions (gem)
  • Handle providers that don't have latest (windows)
  • Handle providers that exit 1 when absent (yum)

Release 0.1.1

This is the initial release of the package task.

Features

  • Provides the following actions install, status, uninstall and upgrade.
  • Upgrade allows specifying a version.
  • Provider can optionally be specified, eg gem or apt.

* This Changelog was automatically generated by github_changelog_generator