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 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92
|
Source: puppet
Section: admin
Priority: optional
Maintainer: Puppet Package Maintainers <pkg-puppet-devel@alioth-lists.debian.net>
Uploaders: Micah Anderson <micah@debian.org>,
Andrew Pollock <apollock@debian.org>,
Stig Sandbeck Mathisen <ssm@debian.org>,
Apollon Oikonomopoulos <apoikos@debian.org>
Build-Depends:
debhelper-compat (= 12),
facter,
rake,
hiera,
ronn,
yard,
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/puppet-team/puppet.git
Vcs-Browser: https://salsa.debian.org/puppet-team/puppet
Homepage: https://github.com/puppetlabs/puppet
Package: puppet
Architecture: all
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends},
adduser,
facter,
ruby-augeas,
hiera,
init-system-helpers (>= 1.50),
lsb-base,
ruby | ruby-interpreter,
ruby-deep-merge,
ruby-shadow,
Recommends:
debconf-utils,
lsb-release,
ruby-selinux,
Suggests: ruby-rrd, ruby-hocon
Breaks: puppet-common (<< 4.5.1-1),
puppetmaster-common (<< 4.4.2-1~),
puppet-agent (<< 4.8.1-3~),
facter (<< 2.4.0~),
ruby-gettext-setup (<< 0.17)
Replaces: puppet-common (<< 4.5.1-1),
puppetmaster-common (<< 4.4.2-1~)
Description: configuration management system
Puppet is a configuration management system that allows you to define
the state of your IT infrastructure, then automatically enforces the
correct state.
.
This package contains the puppet agent software and documentation.
.
To install and configure a puppet master, install one of the
"puppet-master" or "puppet-master-passenger" packages.
Package: puppet-master
Architecture: all
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends},
puppet (= ${source:Version}),
ruby | ruby-interpreter,
lsb-base (>= 3.0-6),
Breaks: puppetmaster (<< 4.8.1-3)
Replaces: puppetmaster (<< 4.8.1-3)
Description: configuration management system, master service
Puppet is a configuration management system that allows you to define
the state of your IT infrastructure, then automatically enforces the
correct state.
.
This package contains the "puppet-master" service and init script,
which is suitable for small deployments. For larger deployments or if you wish
to support Puppet 3 clients, puppet-master-passenger should be used instead.
Package: puppet-master-passenger
Architecture: all
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends},
apache2,
libapache2-mod-passenger,
lsb-base,
puppet (= ${source:Version}),
ruby | ruby-interpreter,
Breaks: puppetmaster-passenger (<< 4.4.0-1)
Replaces: puppetmaster-passenger (<< 4.4.0-1)
Description: configuration management system, scalable master service
Puppet is a configuration management system that allows you to define
the state of your IT infrastructure, then automatically enforces the
correct state.
.
This package provides configuration for apache2 with mod_passenger,
suitable for large deployments. This offers better scalability than
the "puppet-master" package.
|