puppet-module-heini-wait-for 2.0.1-3 source package in Ubuntu

Changelog

puppet-module-heini-wait-for (2.0.1-3) unstable; urgency=medium

  * Clean-up update-alternatives handling.

 -- Thomas Goirand <email address hidden>  Wed, 05 Jan 2022 09:48:08 +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-heini-wait-for_2.0.1-3.dsc 2.1 KiB 2f90a66c5df2eb6bcaa85435705b34a8e4f9a74591f07067acea8186b6d740d1
puppet-module-heini-wait-for_2.0.1.orig.tar.xz 10.8 KiB 62c472205d97efdcf4fbf0ba9a4bfb53981ab5375ad3f685952e33c539cdf131
puppet-module-heini-wait-for_2.0.1-3.debian.tar.xz 2.1 KiB b388411627218507a79feebae247233b79f907999b6b9ce60d0d3501f21ac981

Available diffs

No changes file available.

Binary packages built by this source

puppet-module-heini-wait-for: Puppet module for waiting for something

 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.
 .
 A Puppet resource type that enables you to wait for certain conditions. You
 can use shell commands to query arbitrary things and either react on the exit
 code or match the output of the command against a regular expression.