[PATCH] shared session data

Dennis Gilmore dennis at ausil.us
Tue Aug 25 21:12:11 UTC 2009


On Tuesday 25 August 2009 03:25:39 pm Mike McGrath wrote:
> 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part.
URL: <http://listman.redhat.com/archives/fedora-infrastructure-list/attachments/20090825/2b94f5f8/attachment.sig>


More information about the Fedora-infrastructure-list mailing list