[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, master, updated. debian/0.24.6-1-356-g5718585

James Turnbull james at lovedthanlost.net
Fri Jan 23 14:21:38 UTC 2009


The following commit has been merged in the master branch:
commit 1e81739f80f59aa1d10b46ab0ed22c95eeeca36c
Author: Sean E. Millichamp <sean at bruenor.org>
Date:   Thu Nov 13 17:41:50 2008 -0500

    Fix bug #1746: Sync SELinux file attributes after file contents created/modified

diff --git a/lib/puppet/type/file.rb b/lib/puppet/type/file.rb
index 371571f..b6396b0 100644
--- a/lib/puppet/type/file.rb
+++ b/lib/puppet/type/file.rb
@@ -1127,7 +1127,7 @@ module Puppet
         # file creation/modification, so we have to do some extra checking.
         def property_fix
             properties.each do |thing|
-                next unless [:mode, :owner, :group].include?(thing.name)
+                next unless [:mode, :owner, :group, :seluser, :selrole, :seltype, :selrange].include?(thing.name)
 
                 # Make sure we get a new stat objct
                 self.stat(true)

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list