[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, master, updated. 2.6.1rc3-302-g428c73b

Stig Sandbeck Mathisen ssm at debian.org
Fri Aug 27 10:27:31 UTC 2010


The following commit has been merged in the master branch:
commit c97202bc3dd2540afbd1cb36c25731bb8ea29243
Author: Stig Sandbeck Mathisen <ssm at debian.org>
Date:   Fri Aug 27 11:59:11 2010 +0200

    puppetmaster-passenger postrm: Do not abort if the config file is missing

diff --git a/debian/puppetmaster-passenger.postrm b/debian/puppetmaster-passenger.postrm
index 6b57dc6..a7f34b6 100644
--- a/debian/puppetmaster-passenger.postrm
+++ b/debian/puppetmaster-passenger.postrm
@@ -7,7 +7,7 @@ case "$1" in
 	    dpkg-statoverride --remove /usr/share/puppet/rack/puppetmasterd/config.ru
 	fi
 	# Remove the puppetmaster site configuration on purge
-	rm /etc/apache2/sites-available/puppetmaster
+	rm -f /etc/apache2/sites-available/puppetmaster
 	;;
     remove)
         # Disable the puppetmaster apache2 site configuration on package removal

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list