Andrew Bogott has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/60228


Change subject: Remove an unwanted arg from a string format.
......................................................................

Remove an unwanted arg from a string format.

This was just a copy/paste error.

Change-Id: I7ec4c3a4dd0908270f5b0ab3020c2d56d4fce012
---
M files/ldap/scripts/manage-nfs-volumes-daemon
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/28/60228/1

diff --git a/files/ldap/scripts/manage-nfs-volumes-daemon 
b/files/ldap/scripts/manage-nfs-volumes-daemon
index e75b136..5861232 100755
--- a/files/ldap/scripts/manage-nfs-volumes-daemon
+++ b/files/ldap/scripts/manage-nfs-volumes-daemon
@@ -215,7 +215,7 @@
             if "*" in hosts:
                 # Add a special-case read-only line for this
                 exportline = "%s 
-ro,fsid=%s,subtree_check,async,no_root_squash *\n" % (
-                    volpath, permissions, fsid)
+                    volpath, fsid)
                 f.write(exportline)
                 hosts.remove("*")
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7ec4c3a4dd0908270f5b0ab3020c2d56d4fce012
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Andrew Bogott <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to