[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, master, updated. debian/0.25.4-2-18-g334ade5

Nigel Kersten nigel at explanatorygap.net
Mon Apr 5 22:44:16 UTC 2010


On Mon, Apr 5, 2010 at 3:39 PM, Micah Anderson <micah at riseup.net> wrote:
> The following commit has been merged in the master branch:
> commit 334ade5fd2acabb976ea32443e8368815f122381
> Author: Micah Anderson <micah at riseup.net>
> Date:   Mon Apr 5 18:39:28 2010 -0400
>
>    fix puppetqd initscript status option
>
> diff --git a/debian/changelog b/debian/changelog
> index f9bf286..85a6a2c 100644
> --- a/debian/changelog
> +++ b/debian/changelog
> @@ -11,6 +11,7 @@ puppet (0.25.4-4) UNRELEASED; urgency=low
>     if the library is present
>   * cherry-pick: add puppetmasterd dbconnections option to increase
>     the rails 'max pool size' (redmine: #2568)
> +  * fix puppetqd initscript status operation
>
>  -- Micah Anderson <micah at debian.org>  Sun, 04 Apr 2010 22:24:05 -0400
>
> diff --git a/debian/puppetmaster.puppetqd.init b/debian/puppetmaster.puppetqd.init
> index 8bcf118..612db8e 100644
> --- a/debian/puppetmaster.puppetqd.init
> +++ b/debian/puppetmaster.puppetqd.init
> @@ -45,7 +45,7 @@ stop_puppetqd() {
>  }
>
>  status_puppetqd() {
> -    if is_true "PUPPETQD" ; then
> +    if is_true "$PUPPETQD" ; then
>         status_of_proc -p "/var/run/puppet/puppetqd.pid" "${DAEMON}" "${NAME}"
>     else
>        echo ""


+1 from me



More information about the Pkg-puppet-devel mailing list