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

Changelog

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

  * Depends on puppet, not puppet-common.
  * Standards-Version: 4.5.0.

 -- Thomas Goirand <email address hidden>  Tue, 24 Mar 2020 10:21:46 +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

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
puppet-module-icann-tea_0.2.15-3.dsc 2.1 KiB b78329bcfab42eea6a0073575fbee10fa5fc089533d5798e7a1f76e8880c5aa5
puppet-module-icann-tea_0.2.15.orig.tar.xz 19.8 KiB 5f2f3c2ff33f54e42e7ed0eb641986b2ff80109ac19648db6101f3536d0c8955
puppet-module-icann-tea_0.2.15-3.debian.tar.xz 2.3 KiB b4b6271e1bc08e55d72186fda7941a2501ae4c057906752342b7519ce5d13736

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.