Gehel has uploaded a new change for review. https://gerrit.wikimedia.org/r/322889
Change subject: Fixed strange "zero width spaces" in config file ...................................................................... Fixed strange "zero width spaces" in config file Change-Id: I98d43da2b68477acb92d261b48a6d21bce3c52d9 --- M scap/config-files.yaml 1 file changed, 5 insertions(+), 4 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/maps/kartotherian/deploy refs/changes/89/322889/1 diff --git a/scap/config-files.yaml b/scap/config-files.yaml index 40f36fe..c3258f7 100644 --- a/scap/config-files.yaml +++ b/scap/config-files.yaml @@ -1,5 +1,6 @@ --- -/etc/kartotherian/config.yaml: - template: config.yaml.j2 - erb_syntax: True - remote_vars: /etc/kartotherian/config-vars.yaml +/etc/kartotherian/config.yaml: + template: config.yaml.j2 + erb_syntax: True + remote_vars: /etc/kartotherian/config-vars.yaml + -- To view, visit https://gerrit.wikimedia.org/r/322889 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I98d43da2b68477acb92d261b48a6d21bce3c52d9 Gerrit-PatchSet: 1 Gerrit-Project: maps/kartotherian/deploy Gerrit-Branch: master Gerrit-Owner: Gehel <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
