>From f8e7911733b2a22729fabc0c175dda75d1d34e62 Mon Sep 17 00:00:00 2001 From: Luke Macken Date: Fri, 21 Nov 2008 15:18:53 +0000 Subject: [PATCH] Enable the nfs_export_all_rw and httpd_use_nfs booleans on appRelEng diff --git a/manifests/servergroups/appRelEng.pp b/manifests/servergroups/appRelEng.pp index 88f2684..926f161 100644 --- a/manifests/servergroups/appRelEng.pp +++ b/manifests/servergroups/appRelEng.pp @@ -31,6 +31,8 @@ class appRelEng { } selinux_bool { 'use_nfs_home_dirs': bool => 'on' } + selinux_bool { 'nfs_export_all_rw': bool => 'on' } + selinux_bool { 'httpd_use_nfs': bool => 'on' } selinux_bool { 'httpd_enable_homedirs': bool => 'on' } selinux_bool { 'httpd_can_network_connect_db': bool => 'on' } -- 1.5.5.1