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 _______________________________________________ Fedora-infrastructure-list mailing list Fedora-infrastructure-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-infrastructure-list