puppet-module-icann-tea 0.2.15-4 source package in Ubuntu

Changelog

puppet-module-icann-tea (0.2.15-4) unstable; urgency=medium

  * Clean-up update-alternatives handling.

 -- Thomas Goirand <email address hidden>  Wed, 05 Jan 2022 09:53:03 +0100

Upload details

Uploaded by:
Debian OpenStack
Uploaded to:
Sid
Original maintainer:
Debian OpenStack
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
puppet-module-icann-tea_0.2.15-4.dsc 2.1 KiB 95adf1563dc6a0b6775ad067030292c5187b33a80968f68e54d60d831432f4f2
puppet-module-icann-tea_0.2.15.orig.tar.xz 19.8 KiB 5f2f3c2ff33f54e42e7ed0eb641986b2ff80109ac19648db6101f3536d0c8955
puppet-module-icann-tea_0.2.15-4.debian.tar.xz 2.3 KiB 1cadb3b48d29ac49b426d2aba87445dc25a699242d203724f59ec58a4cacf1db

Available diffs

No changes file available.

Binary packages built by this source

puppet-module-icann-tea: Puppet datatypes for use of validation

 Puppet lets you centrally manage every important aspect of your system using a
 cross-platform specification language that manages all the separate elements
 normally aggregated in different files, like users, cron jobs, and hosts,
 along with obviously discrete elements like packages, services, and files.
 .
 This module provides a set of Puppet 4.4+ compatible datatypes for use of
 validation in defined types and class declarations. The basic idea behind this
 module is to retire puppetlabs-stdlib's validate_XYZ() functions. Unlike
 validate_(), these datatypes can be verified by the parser, instead of being
 validated during compilation.