Source: puppetmaster Severity: normal Tags: patch Dear Maintainer,
Currently, if one sets START=no in /etc/default/puppetmaster, the init script will exit with exit-code 0, regardless of whether the service is running or not. In the case where you have a puppet manifest like: service { 'puppetmaster': ensure => stopped } Puppet will try to stop the service on every agent run, because status is returning zero, so Puppet thinks it is running. This issue was fixed upstream in this commit: https://github.com/puppetlabs/puppet/commit/e48902a7d881e84861d366af5ff88fc0146037da As it's a one-liner, could this be backported into the Debian packages? Thanks, Greg -- System Information: Debian Release: 7.1 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable'), (500, 'oldstable') Architecture: amd64 (x86_64) Kernel: Linux 3.2.0-4-amd64 (SMP w/1 CPU core) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org