coren has submitted this change and it was merged.
Change subject: Fix the bugfix in manage-nfs-volumes
......................................................................
Fix the bugfix in manage-nfs-volumes
Change-Id: Ibd2a992e8324e929e5888eea8a148c71abdbfb38
---
M modules/ldap/files/scripts/manage-nfs-volumes-daemon
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
coren: Looks good to me, approved
jenkins-bot: Verified
diff --git a/modules/ldap/files/scripts/manage-nfs-volumes-daemon
b/modules/ldap/files/scripts/manage-nfs-volumes-daemon
index 52195bd..6282aba 100755
--- a/modules/ldap/files/scripts/manage-nfs-volumes-daemon
+++ b/modules/ldap/files/scripts/manage-nfs-volumes-daemon
@@ -273,7 +273,7 @@
project_hosts = {}
if hostdata:
for host in hostdata:
- if "aRecord" in host[1]
+ if "aRecord" in host[1]:
host_ip = host[1]["aRecord"][0]
puppet_vars = host[1]["puppetvar"]
for puppet_var in puppet_vars:
--
To view, visit https://gerrit.wikimedia.org/r/114147
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ibd2a992e8324e929e5888eea8a148c71abdbfb38
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: coren <[email protected]>
Gerrit-Reviewer: coren <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits