coren has uploaded a new change for review.
https://gerrit.wikimedia.org/r/114147
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(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/puppet
refs/changes/47/114147/1
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: newchange
Gerrit-Change-Id: Ibd2a992e8324e929e5888eea8a148c71abdbfb38
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: coren <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits