The branch, 0.25.x has been updated
via f5960ce2bde4af9af1af8bdf106e83d21afacb5c (commit)
via 2d88926b76e14c8aa105ad7b1480cee9132fc699 (commit)
from 18c5165bea26151d446ff9ae63aeee108cb210ef (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit f5960ce2bde4af9af1af8bdf106e83d21afacb5c
Author: James Turnbull <ja...@lovedthanlost.net>
Date: Sun Dec 13 08:41:11 2009 +1100
Closed #2937 - Migrated a number of requires to features
commit 2d88926b76e14c8aa105ad7b1480cee9132fc699
Author: Markus Roberts <Mar...@reality.com>
Date: Thu Dec 17 11:31:25 2009 -0800
Fix for #2869 (SELinux tests failing under some load orderings)
The problem was that the setup for the tests was expecting the defaultprovider
for Selboolean and Selmodule to be called, rather than stubbing it. This
worked as long as no other spec which initializes the providers was run before
it.
The fix here (stubbing rather than expecting) is minimal but not ideal; if
there were some other provider for these types it could result in a test
indetermenacy (different results depending on which provider) but I'm not
seeing an easy way to address that.
Signed-off-by: Markus Roberts <Mar...@reality.com>
-----------------------------------------------------------------------
Summary of changes:
lib/puppet/application/puppetrun.rb | 15 +++------------
lib/puppet/feature/base.rb | 3 +++
lib/puppet/feature/selinux.rb | 3 +++
lib/puppet/sslcertificates.rb | 6 +-----
lib/puppet/util/selinux.rb | 6 +-----
spec/unit/other/selinux.rb | 4 ++--
6 files changed, 13 insertions(+), 24 deletions(-)
create mode 100644 lib/puppet/feature/selinux.rb
hooks/post-receive
--
Puppet - System Automation