File: control

package info (click to toggle)
puppet-module-alteholz-tdc 0.0.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 184 kB
  • sloc: sh: 122; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,140 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Source: puppet-module-alteholz-tdc
Section: admin
Priority: optional
Maintainer: Thorsten Alteholz <debian@alteholz.de>
Homepage: http://forge.puppet.com/alteholz/tdc
Build-Depends: debhelper-compat (=12)
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/alteholz/puppet-module-alteholz-tdc
Vcs-Git: https://salsa.debian.org/alteholz/puppet-module-alteholz-tdc.git

Package: puppet-module-alteholz-tdc
Architecture: all
Depends: ${misc:Depends},
	puppet,
	puppet-module-puppetlabs-stdlib,
	puppet-module-puppetlabs-concat
Description: test-driven configuration for puppet
 This module allows one to adapt the concept of TDD (test-driven development)
 to the configuration of computers (TDC; test-driven configuration).
 .
 As one knows the software that is going to be installed, one also knows how
 this software works, what configuration is needed and what kind of features
 you and your users want to use in the beginning.
 .
 Using this module one can automatically create tests to check whether the
 software is correctly installed and everything is at the proper place.
 .
 At the moment only nagios/icinga is supported.