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
Attachment:
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Fedora-infrastructure-list mailing list Fedora-infrastructure-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-infrastructure-list