File: control

package info (click to toggle)
puppet-module-puppetlabs-concat 5.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 532 kB
  • sloc: ruby: 3,893; sh: 46; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,165 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
Source: puppet-module-puppetlabs-concat
Maintainer: Puppet Package Maintainers <pkg-puppet-devel@lists.alioth.debian.org>
Uploaders: Stig Sandbeck Mathisen <ssm@debian.org>, Sebastien Badia <sbadia@debian.org>
Section: admin
Priority: optional
Build-Depends: debhelper (>= 11~)
Standards-Version: 4.2.1
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/puppet-team/puppet-module-puppetlabs-concat
Vcs-Git: https://salsa.debian.org/puppet-team/puppet-module-puppetlabs-concat.git
Homepage: https://forge.puppet.com/puppetlabs/concat

Package: puppet-module-puppetlabs-concat
Architecture: all
Depends: ${misc:Depends},
         puppet-module-puppetlabs-stdlib,
         puppet (>= 4) | puppet-common (>= 3),
         ruby
Description: Puppet module for concat
 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 package contains a Puppet module that can construct files from
 fragments.