[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, master, updated. debian/2.6.3-1-7-g4c88b74

Micah Anderson micah at riseup.net
Fri Dec 3 00:04:45 UTC 2010


The following commit has been merged in the master branch:
commit 410321209b23bfc8397d2b5e38e9bba81f61ac64
Author: Micah Anderson <micah at riseup.net>
Date:   Thu Dec 2 18:47:01 2010 -0500

    fix puppetqd pid location in initscript
    
    Conflicts:
    
    	debian/changelog

diff --git a/debian/puppetmaster-common.puppetqd.init b/debian/puppetmaster-common.puppetqd.init
index 9b8c722..e53518a 100644
--- a/debian/puppetmaster-common.puppetqd.init
+++ b/debian/puppetmaster-common.puppetqd.init
@@ -12,7 +12,7 @@ DAEMON=/usr/bin/puppet
 DAEMON_OPTS="queue"
 NAME=queue
 DESC="puppet queue"
-PIDFILE="/var/run/puppet/${NAME}"
+PIDFILE="/var/run/puppet/${NAME}.pid"
 
 test -x $DAEMON || exit 0
 

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list