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

Changelog

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

  * Initial release. (Closes: #909253)

 -- Thomas Goirand <email address hidden>  Thu, 20 Sep 2018 13:56:01 +0200

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

Disco: [FULLYBUILT] amd64

Downloads

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

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.