[PATCH] shared session data

Mike McGrath mmcgrath at redhat.com
Tue Aug 25 20:25:39 UTC 2009


My smolt change requires shared session data

can I get 2 +1's
---
 manifests/servergroups/appRhel.pp |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/manifests/servergroups/appRhel.pp b/manifests/servergroups/appRhel.pp
index c249973..aba5fdf 100644
--- a/manifests/servergroups/appRhel.pp
+++ b/manifests/servergroups/appRhel.pp
@@ -34,6 +34,15 @@ class appRhel {
             wikipath => "smolt-wiki",
         }
         include mediawiki-confirmedit::confirmEdit
+        mount { "/srv/web/sessiondata":
+            device  => "ntap-fedora1.fedora.phx.redhat.com:/vol/fedora/app/sessiondata",
+            fstype  => "nfs",
+            ensure  => "mounted",
+            options => "defaults,ro,soft,intr",
+            atboot  => true,
+            require => File["/srv/web/sessiondata"]
+        }
+
     }
 
     # Firewall rules
-- 
1.6.2.5




More information about the Fedora-infrastructure-list mailing list