[Pkg-puppet-devel] Bug#480019: Typo in puppetmaster init script

Francois Deppierraz francois at ctrlaltdel.ch
Wed May 7 15:34:13 UTC 2008


Package: puppetmaster
Version: 0.24.4-6
Severity: normal
Tags: patch

The DAEMON_OPTS variable in /etc/default/puppetmaster is not taken into account
with SERVERTYPE="mongrel". The following patch fix this bug.

--- puppetmaster.orig   2008-05-07 17:05:27.000000000 +0200
+++ puppetmaster        2008-05-07 17:05:36.000000000 +0200
@@ -36,7 +36,7 @@
 start_puppetmaster() {
     if [ "$SERVERTYPE" = "mongrel" ]
     then
-       DAEMON_OPTS="$DAEMON_OPS --servertype=mongrel"
+       DAEMON_OPTS="$DAEMON_OPTS --servertype=mongrel"
        NUMSTART=0
        while [ $NUMSTART -lt $PUPPETMASTERS ]; do
            start-stop-daemon --start --quiet --pidfile=/var/run/puppet/$NAME-$PORT.pid \



-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-ovz-028stab053.5-smp
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages puppetmaster depends on:
ii  facter                     1.3.7-2       a library for retrieving facts fro
ii  lsb-base                   3.1-23.2etch1 Linux Standard Base 3.1 init scrip
ii  puppet                     0.24.4-6      centralised configuration manageme
ii  ruby                       1.8.2-1       An interpreter of object-oriented 

Versions of packages puppetmaster recommends:
pn  rails                         <none>     (no description available)
ii  rdoc                          1.8.2-1    Generate documentation from ruby s

-- no debconf information





More information about the Pkg-puppet-devel mailing list