From fe6070299622a0fc0e5fe99ade09deec2c28395e Mon Sep 17 00:00:00 2001 From: Elizabeth Krumbach Date: Wed, 10 Jul 2013 14:54:39 -0700 Subject: [PATCH] Bump version of selinux module The 0.5.0 selinux module we initially installed had a dangling symlink bug. Upstream has fixed this in 0.5.1. Change-Id: Ia286eb39de3ded7d407f2875fcce79f834a82aca Reviewed-on: https://review.openstack.org/36569 Reviewed-by: Clark Boylan Reviewed-by: Khai Do Approved: James E. Blair Reviewed-by: James E. Blair Tested-by: Jenkins --- install_modules.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_modules.sh b/install_modules.sh index c62486f486..cce5853b3d 100755 --- a/install_modules.sh +++ b/install_modules.sh @@ -32,7 +32,7 @@ MODULES["puppetlabs-postgresql"]="2.3.0" MODULES["puppetlabs-stdlib"]="3.2.0" MODULES["saz-memcached"]="2.0.2" MODULES["saz-gearman"]="2.0.1" -MODULES["spiette-selinux"]="0.5.0" +MODULES["spiette-selinux"]="0.5.1" MODULE_LIST=`puppet module list`