reclass 1.4.1-3 source package in Ubuntu

Changelog

reclass (1.4.1-3) unstable; urgency=medium

  * Revert d/compat and standards update to allow stretch migration

 -- Filip Pytloun <email address hidden>  Sat, 11 Mar 2017 10:14:58 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
reclass_1.4.1-3.dsc 2.1 KiB df8bd4037015b9f112f8c61cc38806603c261f5067c4507230b7ea7c68522962
reclass_1.4.1.orig.tar.gz 51.0 KiB 0b05d573da506d3bfdb79fd2a8cbb424614e69ec7102f6693186db8a941305bc
reclass_1.4.1-3.debian.tar.xz 6.7 KiB dd7fcd42b0198a15808b0e6e6c7c28173bd0b3af0069edd20a74bf06147096f0

Available diffs

No changes file available.

Binary packages built by this source

python-reclass: hierarchical inventory backend for configuration management systems

 reclass is an "external node classifier" (ENC) as can be used with automation
 tools, such as Puppet, Salt, and Ansible. It is also a stand-alone tool for
 merging data sources recursively.
 .
 The purpose of an ENC is to allow a system administrator to maintain an
 inventory of nodes to be managed, completely separately from the configuration
 of the automation tool. Usually, the external node classifier completely
 replaces the tool-specific inventory (such as site.pp for Puppet,
 ext_pillar/master_tops for Salt, or /etc/ansible/hosts).
 .
 reclass allows you to define your nodes through class inheritance, while
 always able to override details further up the tree (i.e. in more specific
 nodes). Think of classes as feature sets, as commonalities between nodes, or
 as tags. Add to that the ability to nest classes (multiple inheritance is
 allowed, well-defined, and encouraged), and piece together your infrastructure
 from smaller bits, eliminating redundancy and exposing all important
 parameters to a single location, logically organised.

reclass: hierarchical inventory backend for configuration management systems

 reclass is an "external node classifier" (ENC) as can be used with automation
 tools, such as Puppet, Salt, and Ansible. It is also a stand-alone tool for
 merging data sources recursively.
 .
 The purpose of an ENC is to allow a system administrator to maintain an
 inventory of nodes to be managed, completely separately from the configuration
 of the automation tool. Usually, the external node classifier completely
 replaces the tool-specific inventory (such as site.pp for Puppet,
 ext_pillar/master_tops for Salt, or /etc/ansible/hosts).
 .
 reclass allows you to define your nodes through class inheritance, while
 always able to override details further up the tree (i.e. in more specific
 nodes). Think of classes as feature sets, as commonalities between nodes, or
 as tags. Add to that the ability to nest classes (multiple inheritance is
 allowed, well-defined, and encouraged), and piece together your infrastructure
 from smaller bits, eliminating redundancy and exposing all important
 parameters to a single location, logically organised.
 .
 This package provides the reclass CLI and adapters for Salt and Ansible.

reclass-doc: reclass documentation

 reclass is an "external node classifier" (ENC) as can be used with automation
 tools, such as Puppet, Salt, and Ansible. It is also a stand-alone tool for
 merging data sources recursively.
 .
 This package provides the documentation for reclass.