[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, upstream, updated. puppet-0.24.5-rc3-1601-gf8c1b08

James Turnbull james at lovedthanlost.net
Fri Jan 15 09:08:00 UTC 2010


The following commit has been merged in the upstream branch:
commit ea90daaf95493e3f49fb949b233932b7bf96aae1
Author: Markus Roberts <Markus at reality.com>
Date:   Fri Dec 18 18:58:14 2009 -0800

    Fix for #2965 (Chatty SELinux message)

diff --git a/lib/puppet/util/selinux.rb b/lib/puppet/util/selinux.rb
index 628a6ec..3801ecd 100644
--- a/lib/puppet/util/selinux.rb
+++ b/lib/puppet/util/selinux.rb
@@ -7,7 +7,7 @@
 # was abysmal.  At this time (2008-11-02) the only distribution providing
 # these Ruby SELinux bindings which I am aware of is Fedora (in libselinux-ruby).
 
-Puppet.warning "SELinux not installed" unless Puppet.features.selinux?
+Puppet.features.selinux? # check, but continue even if it's not
 
 require 'pathname'
 

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list