File: control

package info (click to toggle)
puppet-module-puppetlabs-stdlib 4.14.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,348 kB
  • ctags: 257
  • sloc: ruby: 14,290; sh: 425; makefile: 2
file content (35 lines) | stat: -rw-r--r-- 1,314 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
29
30
31
32
33
34
35
Source: puppet-module-puppetlabs-stdlib
Maintainer: Puppet Package Maintainers <pkg-puppet-devel@lists.alioth.debian.org>
Uploaders: Stig Sandbeck Mathisen <ssm@debian.org>,
           Thomas Bechtold <toabctl@debian.org>,
           Russ Allbery <rra@debian.org>
Section: admin
Testsuite: autopkgtest
Priority: optional
Build-Depends: debhelper (>= 10)
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-puppet/puppet-module-puppetlabs-stdlib.git
Vcs-Git: https://anonscm.debian.org/git/pkg-puppet/puppet-module-puppetlabs-stdlib.git
Homepage: https://forge.puppet.com/puppetlabs/stdlib

Package: puppet-module-puppetlabs-stdlib
Architecture: all
Depends: ${misc:Depends},
         puppet-common
Description: Puppet module standard library
 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 standard library of resources for developing
 Puppet modules. This modules will include the following additions
 to Puppet:
 .
  * Stages
  * Facts
  * Functions
  * Defined resource types
  * Types
  * Providers