Yuvipanda has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/327508 )

Change subject: labs: Set noexec and nodev for scratch
......................................................................

labs: Set noexec and nodev for scratch

Change-Id: I911ef08e49e4d4f00471394534f796a0f5d7e9cd
---
M modules/role/manifests/labs/nfsclient.pp
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/08/327508/1

diff --git a/modules/role/manifests/labs/nfsclient.pp 
b/modules/role/manifests/labs/nfsclient.pp
index a10d340..e9065c1 100644
--- a/modules/role/manifests/labs/nfsclient.pp
+++ b/modules/role/manifests/labs/nfsclient.pp
@@ -127,7 +127,7 @@
     labstore::nfs_mount { 'scratch-on-labstore1003':
         mount_name  => 'scratch',
         project     => $::labsproject,
-        options     => ['rw', 'soft', 'timeo=300', 'retrans=3', 'nosuid'],
+        options     => ['rw', 'soft', 'timeo=300', 'retrans=3', 'nosuid', 
'noexec', 'nodev'],
         mount_path  => '/mnt/nfs/labstore1003-scratch',
         server      => 'labstore1003.eqiad.wmnet',
         share_path  => '/scratch',

-- 
To view, visit https://gerrit.wikimedia.org/r/327508
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I911ef08e49e4d4f00471394534f796a0f5d7e9cd
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Yuvipanda <yuvipa...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to