Alexandros Kosiaris has uploaded a new change for review.
https://gerrit.wikimedia.org/r/316403
Change subject: naggen2: Fix typo with multiple lines
......................................................................
naggen2: Fix typo with multiple lines
Just have the string continue on multiple lines
Change-Id: I221a8119e49b6e8f5c7fada1227c41e35d050849
---
M modules/puppetmaster/files/naggen2
1 file changed, 3 insertions(+), 3 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/puppet
refs/changes/03/316403/1
diff --git a/modules/puppetmaster/files/naggen2
b/modules/puppetmaster/files/naggen2
index effd2f3..10cc359 100755
--- a/modules/puppetmaster/files/naggen2
+++ b/modules/puppetmaster/files/naggen2
@@ -142,9 +142,9 @@
self.restype[what]
)
resources_raw = requests.get(url, params={
- 'query': '["and",
- ["=", ["parameter", "ensure"], "present"],
- ["=", "exported", "true"]
+ 'query': '["and", \
+ ["=", ["parameter", "ensure"], "present"], \
+ ["=", "exported", "true"] \
]',
})
return resources_raw.json()
--
To view, visit https://gerrit.wikimedia.org/r/316403
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I221a8119e49b6e8f5c7fada1227c41e35d050849
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Alexandros Kosiaris <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits