Change log for puppet package in Ubuntu

151196 of 196 results
Superseded in natty-release
puppet (2.6.3~rc1-0ubuntu1) natty; urgency=low

  * New upstream version
  * debian/control:
    - move all puppet dependencies to puppet-common since all the code is
      actually located in puppet-common.
    - move libaugeas from a recommend to a dependency.
 -- Mathias Gug <email address hidden>   Thu, 21 Oct 2010 12:52:13 -0400
Superseded in natty-release
Obsolete in maverick-release
puppet (2.6.1-0ubuntu2) maverick; urgency=low

  * debian/puppetmaster-passenger.postinst: Use cacrl instead of hostcrl to
    set the location of the CRL in apache2 configuration. Fix apache2
    configuration on upgrade as well (LP: #641001).
 -- Mathias Gug <email address hidden>   Tue, 21 Sep 2010 13:53:10 -0400

Available diffs

Superseded in maverick-release
puppet (2.6.1-0ubuntu1) maverick; urgency=low

  [ Stig Sandbeck Mathisen ]
  * Add dependency on "facter" for "puppet-common"
  * Make sure the "puppet-common" package can be purged even when not fully
    installed (Closes: #596163)

  [ Mathias Gug ]
  * New upstream version.
 -- Mathias Gug <email address hidden>   Tue, 14 Sep 2010 12:05:29 -0400
Superseded in maverick-release
puppet (2.6.1~rc4-0ubuntu1) maverick; urgency=low

  [ Mathias Gug ]
  * New upstream version:
    - Fix "Puppet standalone broken" (Closes: #594575)
  * test/lib/puppettest/fakes.rb: Fix puppettest to use puppet system
    library.

  [ Stig Sandbeck Mathisen ]
  * Fix "require" path for puppet queue.
 -- Mathias Gug <email address hidden>   Tue, 07 Sep 2010 10:44:22 -0400

Available diffs

Superseded in maverick-release
puppet (2.6.1~rc3-1) experimental; urgency=low

  [ Mathias Gug ]
  * New upstream version:
    - fix config.ru file to run puppetmaster as a rack application.
      (Closes: #593557)
  * Fix test suite to run from a package install rather then from the source
    directory:
    + Rakefile: use system puppet.rb file to detect version.
    + spec/unit/application/apply_spec.rb: Fix test suite to use puppet 
      system library.
    + spec/spec_helper.rb: disable gem.
  * Fix init service provider to correctly check the status of services
    using upstart jobs (Closes: #584481, LP: #551544).
  * etckeeper integration (Closes: #571127)
    [server-lucid-puppet-etckeeper-integration]:
    + debian/etckeeper-commit-post, debian/etckeeper-commit-pre:
       Call "etckeeper commit" before and after catalog runs.
       Silently bail out if etckeeper is not available.
    + debian/puppet.conf: Call out to the etckeeper hooks using 
       the prerun_command and postrun_command hooks.
    + debian/rules: Install the etckeeper hook scripts in /etc/puppet.
    + debian/README.Debian: add note about etckeeper integration.
    + debian/control: the puppet package suggests etckeeper.
  * Create puppetmaster-passenger package to automatically setup the
    puppetmaster to be run under mod passenger and apache2:
    - create new puppetmaster-common package to share files between
      puppetmaster (ie webrick) and puppetmaster-passenger.
    - move puppetqd to puppetmaster-common.
    - debian/puppet.conf: enable ssl options so that the default configuration
      works out of the box under passenger.
  * debian/puppet-common.postinst: set permissions and ownership of puppet log
    directory.
  * Move puppetmaster's Recommends to Suggests.

  [ Stig Sandbeck Mathisen ]
  * Recommend lsb-release (Closes: #593606)
  * Recommend debconf-utils (Closes: #593780)
  * ext/puppetlast: removed from upstream
  * Cherry-pick updated man pages from upstream
 -- Mathias Gug <email address hidden>   Tue,  07 Sep 2010 09:03:40 +0100

Available diffs

Superseded in maverick-release
puppet (2.6.1~rc2-0ubuntu1) maverick; urgency=low

  [ Mathias Gug ]
  * New upstream version:
    - fix config.ru file to run puppetmaster as a rack application.
      (Closes: #593557)
  * debian/puppet-common.postinst: set permissions and ownership of puppet log
    directory.
  * debian/control:
    + Don't suggest passenger and rack for puppetmaster since
      puppetmaster-passenger is available now.
  * debian/puppetmaster-passenger.postinst:
    + only generate puppet CA files if there isn't any ssl file already in
      place.
    + use local ssl options rather than ca ssl options to generate apache2
      configuration.
    + restart rather than reload apache2 during postinst as reload breaks ssl.
  * debian/rules:
    + don't install rack helper directories since they're already listed in
      the dirs file.
  * Merge from Debian git repository. Remaining changes:
    - debian/control: Move puppetmaster's Recommends to Suggests.

  [ Stig Sandbeck Mathisen ]
  * Recommend lsb-release (Closes: #593606)
  * Recommend debconf-utils (Closes: #593780)

Superseded in maverick-release
puppet (2.6.0-1ubuntu3) maverick; urgency=low

  * Create puppetmaster-passenger package to automatically setup the
    puppetmaster to be run under mod passenger and apache2:
    - create new puppetmaster-common package to share files between
      puppetmaster (ie webrick) and puppetmaster-passenger.
    - move puppetqd to puppetmaster-common.
    - debian/puppet.conf: enable ssl options so that the default configuration
      works out of the box under passenger.
 -- Mathias Gug <email address hidden>   Mon, 09 Aug 2010 17:19:57 -0400

Available diffs

Superseded in maverick-release
puppet (2.6.0-1ubuntu2) maverick; urgency=low

  * ext/rack/files/config.ru: Fix example config.ru to run puppetmaster under
    mod-passenger.
 -- Mathias Gug <email address hidden>   Mon, 02 Aug 2010 16:31:02 -0400

Available diffs

Superseded in maverick-release
puppet (2.6.0-1ubuntu1) maverick; urgency=low

  * Merge from Debian experimental. Remaining changes:
    - etckeeper integration (server-lucid-puppet-etckeeper-integration):
      + debian/etckeeper-commit-post, debian/etckeeper-commit-pre:
         Call "etckeeper commit" before and after catalog runs.
         Silently bail out if etckeeper is not available.
      + debian/puppet.conf:
         Call out to the etckeeper hooks using the new prerun_command,
         and postrun_command hooks.
      + debian/rules:
         Install the etckeeper hook scripts in /etc/puppet.
    - Fix init service provider to correctly check the status of services
      using upstart jobs (LP: #551544).
    - debian/control: Move puppetmaster's Recommends to Suggests.
    - Rakefile: use system puppet.rb file to detect version.
  * spec/unit/application/apply_spec.rb: Fix test suite to use puppet
    system library.

Superseded in maverick-release
puppet (0.25.5-1ubuntu1) maverick; urgency=low

  * Merge from Debian unstable. Remaining changes:
    - etckeeper integration (server-lucid-puppet-etckeeper-integration):
      + debian/etckeeper-commit-post, debian/etckeeper-commit-pre:
         Call "etckeeper commit" before and after catalog runs.
         Silently bail out if etckeeper is not available.
      + debian/puppet.conf:
         Call out to the etckeeper hooks using the new prerun_command,
         and postrun_command hooks.
      + debian/rules:
         Install the etckeeper hook scripts in /etc/puppet.
    - Fix init service provider to correctly check the status of services
      using upstart jobs (LP: #551544).
    - debian/control: Move puppetmaster's Recommends to Suggests.
  * Rakefile: use system puppet.rb file to detect version.

Superseded in maverick-release
Obsolete in lucid-release
puppet (0.25.4-2ubuntu6) lucid; urgency=low

  * Fix init service provider to correctly check the status of services
    using upstart jobs (LP: #551544).
  * Package spec/ tests so that both test/ and spec/ tests can be run.
 -- Mathias Gug <email address hidden>   Tue, 13 Apr 2010 18:33:05 -0400
Superseded in lucid-release
puppet (0.25.4-2ubuntu5) lucid; urgency=low

  * Patch from upstream to fix test suite:
    + failures: LP: #532202, LP: #532204, LP: #532205, LP: #532208,
    LP: #532209, LP: #532215, LP: #532299, LP: #532300, LP: #532302,
    LP: #532202, LP: #532307, LP: #532135, LP: #532138, LP: #532198,
    + errors: LP: #528816, LP: #528817
 -- Mathias Gug <email address hidden>   Thu, 08 Apr 2010 23:57:13 -0400
Superseded in lucid-release
puppet (0.25.4-2ubuntu4) lucid; urgency=low

  * debian/puppetmaster.init: Fix init stop action to not fail if the
    puppetmaster is already stopped.
 -- Mathias Gug <email address hidden>   Fri, 19 Mar 2010 22:24:22 -0400

Available diffs

Obsolete in karmic-updates
Obsolete in karmic-security
puppet (0.24.8-2ubuntu4.1) karmic-security; urgency=low

  * SECURITY UPDATE: arbitrary file disclosure via incorrect permissions
    - lib/puppet/{util.rb,util/suidmanager.rb}: reset supplementary groups.
    - http://projects.reductivelabs.com/projects/puppet/repository/revisions/e32f980fd7c6291abc2841ede397c962798d9a9c/diff
    - CVE-2009-3564
  * SECURITY UPDATE: arbitrary file overwrite via temp file symlinks
    - lib/puppet/{daemon.rb,util.rb,util/reference.rb}: introduce new
      secure_open function and use it on temp files.
    - http://projects.reductivelabs.com/projects/puppet/repository/revisions/0aae57f91dc69b22fb674f8de3a13c22edd07128/diff
    - http://projects.reductivelabs.com/projects/puppet/repository/revisions/0dee418554151289b13136c43f0d1d6484efbac7/diff
    - CVE-2010-0156
  * Fix directory paths so test suite will run (LP: #488708)
    - test/lib/puppettest/support/utils.rb, test/lib/puppettest.rb
 -- Marc Deslauriers <email address hidden>   Wed, 17 Mar 2010 09:44:13 -0400
Superseded in lucid-release
puppet (0.25.4-2ubuntu3) lucid; urgency=low

  [ Angel Abad ]
  * Fix return codes puppetmaster.init and puppet.init (LP: #527860)

  [ Mathias Gug ]
  * debian/puppet-common.postrm: only remove puppet directories if they're
    empty on package purge.
  * etckeeper integration:
    + debian/README.Debian: add a note about etckeeper integration.
    + debian/control: suggest etckeeper.
 -- Mathias Gug <email address hidden>   Thu, 11 Mar 2010 12:42:32 -0500
Superseded in lucid-release
puppet (0.25.4-2ubuntu2) lucid; urgency=low

  * etckeeper integration (server-lucid-puppet-etckeeper-integration):
    - debian/etckeeper-commit-post, debian/etckeeper-commit-pre:
      + Call "etckeeper commit" before and after catalog runs.
        Silently bail out if etckeeper is not available.
    - debian/puppet.conf:
      + Call out to the etckeeper hooks using the new prerun_command,
        and postrun_command hooks.
    - debian/rules:
      + Install the etckeeper hook scripts in /etc/puppet.
 -- Soren Hansen <email address hidden>   Mon, 15 Feb 2010 21:24:54 +0100

Available diffs

Superseded in lucid-release
puppet (0.25.4-2ubuntu1) lucid; urgency=low

  * Merge from debian unstable.  Remaining changes:
    - debian/control:
      + Move puppetmaster's Recommends to Suggests.
      + Created puppet-testsuite as a seperate package.
        Allow the users to run puppet's testsuite.
    - tests/Rakefile: Fix rakefile so that the testsuite can actually be
      run.
  * debian/control:
    - Add debhelper misc:depends to puppet-testsuite binary package to fix
      lintian warning.
  * debian/rules, debian/puppet-common.dirs:
    - Create templates directory in puppet config directory and include it in
      puppet-common directory.
  * debian/puppet-common.postrm:
    - On purge delete all puppet directories: /etc/puppet, /var/log/puppet and
      /var/lib/puppet.
  * Dropped:
    - debian/rules:
      + Don't start puppet when first installing puppet. puppetd default file
        doesn't start puppet by default.
    - debian/puppet.conf, lib/puppet/defaults.rb:
      + Move templates to /etc/puppet.
        Fixed in Debian.
    - lib/puppet/defaults.rb:
      + Fix /var/lib/puppet/state ownership.
        Fixed in Debian.
    - lib/puppet/defaults.rb:
      + Change owner/group to "service".  (LP #509625)
        No longer needed.

Superseded in lucid-release
puppet (0.25.4-1ubuntu1) lucid; urgency=low

  * Merge from debian testing.  Remaining changes:
    - debian/rules:
      + Don't start puppet when first installing puppet.
    - debian/puppet.conf, lib/puppet/defaults.rb:
      + Move templates to /etc/puppet.
    - lib/puppet/defaults.rb:
      + Fix /var/lib/puppet/state ownership.
      + Change owner/group to "service".  (LP #509625)
    - debian/control:
      + Move puppetmaster's Recommends to Suggests.
      + Created puppet-testsuite as a seperate package.
        Allow the users to run puppet's testsuite.
    - tests/Rakefile: Fix rakefile so that the testsuite can actually be
      run.
 -- Soren Hansen <email address hidden>   Fri, 12 Feb 2010 17:31:26 +0100

Available diffs

Superseded in lucid-release
puppet (0.25.1-3ubuntu2) lucid; urgency=low

  * lib/puppet/defaults.rb: Change owner/group to "service".
    (LP: #509625)
 -- Chuck Short <email address hidden>   Tue, 26 Jan 2010 11:13:30 -0500

Available diffs

Superseded in lucid-release
puppet (0.25.1-3ubuntu1) lucid; urgency=low

  * Merge from debian testing.  Remaining changes:
    - debian/rules:
      + Don't start puppet when first installing puppet.
    - debian/puppet.conf, lib/puppet/defaults.rb:
      + Move templates to /etc/puppet
    - lib/puppet/defaults.rb:
      + Fix /var/lib/puppet/state ownership.
    - man/man8/puppet.conf.8:
      + Fix broken URL in manpage.
    - debian/control:
      + Update maintainer accordint to spec.
      + Puppetmaster Recommends -> Suggests
      + Created puppet-testsuite as a seperate. Allow the users to run puppet's
        testsuite.
    - tests/Rakefile: Fix rakefile so that the testsuite can acutally be ran.

Superseded in lucid-release
puppet (0.24.8-2ubuntu5) lucid; urgency=low

  * Fix path reference for the testsuite. (LP: #488708)
 -- Soren Hansen <email address hidden>   Fri, 27 Nov 2009 10:10:53 +0100

Available diffs

Superseded in lucid-release
Obsolete in karmic-release
Superseded in karmic-release
puppet (0.24.8-2ubuntu4) karmic; urgency=low

  * debian/control: puppetmaster Recommends -> Suggests.
  * debian/rules: Start puppetmaster when installing puppetmaster.
    (LP: #427466)
  * tests/Rakefile: Fix Rakefile so that the testsuite can acutally be ran.
  * Created puppet-testsuite as a seperate. Allow the users to run puppet's
    tessuite

 -- Chuck Short <email address hidden>   Thu, 10 Sep 2009 15:28:17 -0400
Superseded in karmic-release
puppet (0.24.8-2ubuntu3) karmic; urgency=low

  * Fix typo in build.

 -- Chuck Short <email address hidden>   Tue, 08 Sep 2009 14:18:00 -0400

Available diffs

Superseded in karmic-release
puppet (0.24.8-2ubuntu2) karmic; urgency=low

  * Fix build.

 -- Chuck Short <email address hidden>   Fri, 04 Sep 2009 10:54:28 -0400

Available diffs

Superseded in karmic-release
puppet (0.24.8-2ubuntu1) karmic; urgency=low

  * debian/rules: Dont start puppet and puppetmaster when first
    installing puppet.
  * debian/puppet.conf, lib/puppet/defaults.rb: Move templates to
    /etc/puppet
  * lib/puppet/defaults.rb: Fix /var/lib/puppet/state ownership.
  * man/man8/puppet.conf.8: Fix broken URL in manpage.
  * Update maintainer according to spec.

 -- Chuck Short <email address hidden>   Mon, 17 Aug 2009 13:24:34 -0400

Available diffs

Superseded in karmic-release
puppet (0.24.8-2) unstable; urgency=high

  [ Micah Anderson ]
  * Cherry-pick upstream versioncmp fix (redmine:#2110)

  [ Andrew Pollock ]
  * Enable waiting for certificates for the default value (upstream default
    that was previously disabled or enabled with a 5 second value)
  * Re-ship the vim syntax file in the correct location (it fell out after the
    0.24.5-3 upload) (closes: #530752)
  * Re-add the 0.24.5-3 changelog entry
  * debian/puppet.postrm: don't delete the user or group (closes: #528068,
    #527381)
  * debian/puppet.{preinst,postinst}: Applied modified patch from Stig
    Sandbeck Mathisen to call conditionally call adduser in the postinst, if
    it's available

  [ Nigel Kersten ]
  * Switched to use install.rb, primarily to stop shebangs using /usr/bin/env
  * Stopped using dh_movefiles, moved to dh_install
  * debian/rules greatly cleaned up due to above two changes

  [ Andrew Pollock ]
  * debian/control: add rdoc, libopenssl-ruby and facter to build dependencies
  * debian/control: depend on ruby1.8 instead of ruby to placate Lintian
  * debian/puppet.install: brown paper bag release averted; install 
    /usr/lib/ruby/1.8
  * debian/rules: ensure permissions on everything under /usr/lib/ruby/1.8 is
    correct

 -- Ubuntu Archive Auto-Sync <email address hidden>   Tue,  23 Jun 2009 10:38:34 +0100

Available diffs

Superseded in karmic-release
puppet (0.24.8-1) unstable; urgency=low

  * New upstream release
  * debian/control: Add Nigel Kersten and myself as uploaders
  * debian/changelog: wrap long lines
  * debian/watch: ignore release candidates
  * debian/compat: bump to 5
  * debian/control: bump Standards-Version (no changes)

Available diffs

Superseded in karmic-release
Obsolete in jaunty-release
puppet (0.24.5-3) unstable; urgency=medium

  * Set wait for cert timeout to 5 secs, to avoid resource abuse (Closes: #509566)
  * Distribute filebucket binary (Closes: #499999)
  * Place vim syntax in the correct location (LP: #181960)

 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  09 Feb 2009 08:56:51 +0000

Available diffs

Superseded in jaunty-release
puppet (0.24.5-2) unstable; urgency=low

  * Fix puppetlast to work with 0.24.5
  * Adjust logcheck to match against new log messages in 0.24.5
  * Update standards version to 3.8.0 (no changes)
  * Update changelog to reduce length of line to make lintian happy

Available diffs

Superseded in jaunty-release
Obsolete in intrepid-release
puppet (0.24.4-8) unstable; urgency=low

  * Changed the default port value to 8140 in /etc/default/puppetmaster
    to be consistent with the client default port. (Closes: #483823)
  * Cherry-picked various bug fixes from upstream:
    - further emacs mode updates from Russ Allbery
    - misleading error if CA private key can not be decrypted (trac:#1271)
    - fix missing bracket in documentation (trac:#1209)
    - man pages updates (trac:#1211)
    - add dump parameter to mount type (trac:#1212)
    - fixed undefined variable in lib/puppet/util/settings.rb (trac:#1218)
    - usermod problem on Solaris (trac:#1207)
    - added native authorized_keys type
    - test within a template if a variable or fact is defined (trac:#1177)
    - Fixed Red Hat service disabling (trac:#1219)
    - fix crontab provider parse error when line begins w/space (trac:#1216)
    - Fix for latest method in rpm provider (trac:#1224)
    - puppetd documentation updates (trac:#1227)
    - Modified the 'factpath' setting to automatically configure Facter
      to load facts there if a new enough version of Facter is used.
    - Removing unused file lib/puppet/util/variables.rb (trac:#1229)
    - Fixing transaction support for prefetching generated resources.
      Previously, we prefetched then generated, which caused generated
      resources that needed prefetching not to work.  This just reorders
      the calls, so generated resources now get prefetched.
    - Respect "replace => false" for symlinks (trac:#1235)
    - Added cron random function fixing ticket (trac:#311)
    - No more clear_cache failures (trac:#1247)
    - Fixed Rakefile to install non-.rb files (trac:#1266)

 -- Ubuntu Archive Auto-Sync <email address hidden>   Sun,  01 Jun 2008 14:13:17 +0100

Available diffs

Superseded in intrepid-release
puppet (0.24.4-7) unstable; urgency=low
  
  * Update emacs-mode with changes cherry-picked from rra's repository
  * Fix typo in puppetmaster.init (Closes: #480019)
  * Fix variable name in /etc/default/puppetmaster comments
  * Fix incorrect port increment in puppetmaster initscript when mongrel
    is used, thanks Francois Deppierraz (Closes: #480263)
  * Add puppetmaster.postrm to remove /var/log/puppet on purge
  * Added debian/puppetmaster.dirs containing etc/puppet/manifests
  * Remove puppet group on purge (Closes: #481511)
  * Remove old config files and stray directories (Closes: #454681)
  
  

 -- Ubuntu Archive Auto-Sync <email address hidden>   Thu,  22 May 2008 08:20:19 +0100
Superseded in intrepid-release
puppet (0.24.4-6) unstable; urgency=low

  * Remove bashisms in puppetmaster.init
  * Add puppetlast script

 -- Ubuntu Archive Auto-Sync <email address hidden>   Sat,  03 May 2008 11:20:15 +0100
Superseded in intrepid-release
puppet (0.24.4-5) unstable; urgency=low

  * Fix missing --pidfile piece for mongrel startup and make 
    stop consistent, thanks Bart Cortooms (Closes: #476840)
  * Add trailing newline missing from default files

Superseded in intrepid-release
Deleted in hardy-release (Reason: failed SRU verification)
puppet (0.24.4-3) unstable; urgency=low

  * Remove pi binary, puppetdoc provides this functionality now
   (Closes: #472850)

Obsolete in gutsy-backports
puppet (0.24.1-1~gutsy1) gutsy-backports; urgency=low

  * Automated backport upload; no source changes.

Superseded in hardy-release
puppet (0.24.1-1) unstable; urgency=low

  * New upstream release (Closes: #445626)
  * Set maintainer to pkg-puppet-devel

Superseded in hardy-release
puppet (0.23.2-15) unstable; urgency=low

  * No change upload setting maintainer to me whilst waiting for an alioth
    project.

Superseded in gutsy-backports
puppet (0.23.2-13~gutsy1) gutsy-backports; urgency=low

  * Automated backport upload; no source changes.

Obsolete in feisty-backports
puppet (0.23.2-13~feisty1) feisty-backports; urgency=low

  * Automated backport upload; no source changes.

Superseded in hardy-release
puppet (0.23.2-13) unstable; urgency=low

  * Drop quotes from an already-quoted value in a query.  Closes: #448179.
  * Remove excessive quoting from puppet/network/handler/master.rb.
    Closes: #448221.
  * Force removal of directories during pluginsync.  Closes: #448180.

 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  05 Nov 2007 20:14:43 +0000
Superseded in hardy-release
puppet (0.23.2-12) unstable; urgency=low

  * Create /var/run/puppet and set the perms in the various initscripts, as
    well as hardcoding the rundir better in configuration.rb and removing
    the explicit rundir setting from puppet.conf.  Closes: #447314.
  * Apply additional patch given (backwards) to fix export/collect on some
    database backends.  Closes: #445591 (again!)

Superseded in hardy-release
Obsolete in gutsy-release
puppet (0.22.4-2) unstable; urgency=low

  * Depend on libshadow-ruby1.8, for new password modification functionality
    added to upstream 0.22.4.
  * Several improvements from Micah Anderson:
    - Better vim syntax installation process.
    - Install Emacs syntax highlighting.
    - Install logcheck rules.  Closes: #421851.

Superseded in gutsy-release
puppet (0.22.3-1) unstable; urgency=low

  * New upstream release.  Closes: #415773.
  * Switch to using our own logrotate config, and enhance it as per
    David Schmitt's suggestions.  Closes: #414282.
  * Add puppetrun to the puppetmaster package, and actually put puppetdoc
    into the puppet package.  Closes: #419273.
  * Copy vim syntax highlighting file into the puppet package, and add a
    stanza to have Vim automatically highlight .pp files.  Closes: #412868.
    Thanks to David Schmitt for researching how to do all of that.
  * Add a templatedir setting to the default puppetmasterd.conf to make it
    obvious that it can be changed.  Closes: #407506.

 -- Ubuntu Archive Auto-Sync <email address hidden>   Fri,  27 Apr 2007 01:11:38 +0100
Superseded in gutsy-release
Obsolete in feisty-release
puppet (0.22.1-1) unstable; urgency=low

  * New upstream release.

Superseded in feisty-release
puppet (0.20.1-1) unstable; urgency=low

  * New upstream release.  (Closes: #387674)
  * Rationalise the puppetmasterd init script.
  * Add inclusion of /etc/default files for init scripts.  (Closes: #388178)
  * Add puppet.conf to match puppetd.conf.  (Closes: #385646)

 -- Ubuntu Archive Auto-Sync <email address hidden>   Wed,  06 Dec 2006 13:11:27 +0000
Superseded in feisty-release
Obsolete in edgy-release
puppet (0.18.4-1) unstable; urgency=low

  * New upstream release.
    - Properly detect all services, including those in rcS.d.
      (Closes: #378351)
  * Add Homepage: to the long description.  (Closes: #377896)
  

151196 of 196 results