puppet 3.8.5-1ubuntu1 source package in Ubuntu

Changelog

puppet (3.8.5-1ubuntu1) xenial; urgency=medium

  * Merge with Debian unstable. Remaining Ubuntu changes:
    - debian/puppet{,master}.init: Wait until the puppet and puppetmaster
      daemons are actually stopped before returning. (LP: #1315021)
  * Put back Recommends: for ruby-activerecord and
    ruby-activerecord-deprecated-finders, as puppet is back in universe. (Drop
    Ubuntu delta).

puppet (3.8.5-1) unstable; urgency=medium

  * Imported upstream release 3.8.5
  * [0a2d3bc] autopkgtest: remove passenger/agent test

 -- Martin Pitt <email address hidden>  Tue, 15 Mar 2016 10:11:02 +0100

Upload details

Uploaded by:
Martin Pitt
Uploaded to:
Xenial
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
admin
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
puppet_3.8.5.orig.tar.gz 2.5 MiB ecba7c70e32c3da6682f9c4706c01cc588a5614759a864446e9fbd2449c6305c
puppet_3.8.5-1ubuntu1.debian.tar.xz 43.2 KiB 67a8e3dc2e5306779523d28f42a3b7287aa8541e3d00abb63527526561506461
puppet_3.8.5-1ubuntu1.dsc 2.6 KiB 8f4048469b0dc1d0af67df3f1d308d14613ffabcc1974752e1d9158e025f19bf

Available diffs

View changes file

Binary packages built by this source

puppet: configuration management system, agent

 Puppet is a server automation tool. It is composed of a declarative
 language for expressing system configuration, a client and server for
 distributing it, and a library for realizing the configuration.
 .
 The primary design goal of Puppet is to have an expressive enough
 language backed by a powerful enough library that you can write your
 own server automation applications in just a few lines of code.
 Puppet’s deep extensibility and open source license lets you add
 functionality as needed and share your innovations with others.
 .
 This package contains "puppet" service and init script used to run
 the puppet agent, and depend on the "puppet-common" package which
 contains the software.

puppet-common: configuration management system

 Puppet is a server automation tool. It is composed of a declarative
 language for expressing system configuration, a client and server for
 distributing it, and a library for realizing the configuration.
 .
 The primary design goal of Puppet is to have an expressive enough
 language backed by a powerful enough library that you can write your
 own server automation applications in just a few lines of code.
 Puppet’s deep extensibility and open source license lets you add
 functionality as needed and share your innovations with others.
 .
 This package contains the puppet software and documentation. To
 automatically start a puppet agent, install the "puppet" package. To
 install and configure a puppet master, install one of the
 "puppetmaster" or "puppetmaster-passenger" packages.

puppet-el: syntax highlighting for puppet manifests in emacs

 The puppet-el package provides syntax highlighting for puppet
 manifests (files ending with (".pp").
 .
 As per the Debian emacs policy, installed addons are activated
 automatically.

puppet-testsuite: configuration management system, development test suite

 Puppet is a server automation tool. It is composed of a declarative
 language for expressing system configuration, a client and server for
 distributing it, and a library for realizing the configuration.
 .
 The primary design goal of Puppet is to have an expressive enough
 language backed by a powerful enough library that you can write your
 own server automation applications in just a few lines of code.
 Puppet’s deep extensibility and open source license lets you add
 functionality as needed and share your innovations with others.
 .
 This package provides all the tests from the upstream puppet source
 code. The tests are used for improving the QA of the puppet package.
 .
 Tests are installed under /usr/share/puppet-testsuite, and can be
 performed using "rake unit" in that directory.

puppetmaster: configuration management system, master service

 Puppet is a server automation tool. It is composed of a declarative
 language for expressing system configuration, a client and server for
 distributing it, and a library for realizing the configuration.
 .
 The primary design goal of Puppet is to have an expressive enough
 language backed by a powerful enough library that you can write your
 own server automation applications in just a few lines of code.
 Puppet’s deep extensibility and open source license lets you add
 functionality as needed and share your innovations with others.
 .
 This package contains the "puppetmaster" service and init script,
 which is suitable for small deployments.

puppetmaster-common: configuration management system, master common files

 Puppet is a server automation tool. It is composed of a declarative
 language for expressing system configuration, a client and server for
 distributing it, and a library for realizing the configuration.
 .
 The primary design goal of Puppet is to have an expressive enough
 language backed by a powerful enough library that you can write your
 own server automation applications in just a few lines of code.
 Puppet’s deep extensibility and open source license lets you add
 functionality as needed and share your innovations with others.
 .
 This package contains configuration files used by both puppetmaster
 and puppetmaster-common packages.

puppetmaster-passenger: configuration management system, scalable master service

 Puppet is a server automation tool. It is composed of a declarative
 language for expressing system configuration, a client and server for
 distributing it, and a library for realizing the configuration.
 .
 The primary design goal of Puppet is to have an expressive enough
 language backed by a powerful enough library that you can write your
 own server automation applications in just a few lines of code.
 Puppet’s deep extensibility and open source license lets you add
 functionality as needed and share your innovations with others.
 .
 This package provides a puppet master running under apache with
 mod_passenger, suitable for large deployments. This offers better
 scalability than the "puppetmaster" package.

vim-puppet: syntax highlighting for puppet manifests in vim

 The vim-puppet package provides filetype detection and syntax
 highlighting for puppet manifests (files ending with ".pp").
 .
 As per the Debian vim policy, installed addons are not activated
 automatically, but the "vim-addon-manager" tool can be used for this
 purpose.