Andrew Bogott has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/343448 )

Change subject: nfs-exportd: flake8 fixes
......................................................................


nfs-exportd: flake8 fixes

Change-Id: I1a4273d0ac7a182003a583142e2464cc68edd691
---
M modules/labstore/files/nfs-exportd
1 file changed, 3 insertions(+), 0 deletions(-)

Approvals:
  Andrew Bogott: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/modules/labstore/files/nfs-exportd 
b/modules/labstore/files/nfs-exportd
index 2c558f2..357f871 100755
--- a/modules/labstore/files/nfs-exportd
+++ b/modules/labstore/files/nfs-exportd
@@ -100,6 +100,7 @@
         ]
     return ips
 
+
 def get_projects_with_nfs(mounts_config, observer_pass):
     """
     Get populated project objects that need NFS exports
@@ -149,6 +150,7 @@
     logging.info(' '.join(exportfs))
     subprocess.check_call(exportfs)
 
+
 def write_public_exports(public_exports, exports_d_path):
     """ output public export definitions
     :param public_exports: dict of defined exports
@@ -163,6 +165,7 @@
     logging.info("found %s public NFS exports" % (len(public_paths)))
     return public_paths
 
+
 def write_project_exports(mounts_config, exports_d_path, observer_pass):
     """ output project export definitions
     :param mounts_config: dict of defined exports

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I1a4273d0ac7a182003a583142e2464cc68edd691
Gerrit-PatchSet: 3
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Andrew Bogott <[email protected]>
Gerrit-Reviewer: Andrew Bogott <[email protected]>
Gerrit-Reviewer: Giuseppe Lavagetto <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to