Ottomata has submitted this change and it was merged.

Change subject: Fix identation and wildcard in rsync for api.log
......................................................................


Fix identation and wildcard in rsync for api.log

Bug: T112744
Change-Id: Ibb7e6df52b385dc4d816811e5f5ec6310324d657
---
M modules/statistics/manifests/rsync/mediawiki.pp
1 file changed, 6 insertions(+), 6 deletions(-)

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



diff --git a/modules/statistics/manifests/rsync/mediawiki.pp 
b/modules/statistics/manifests/rsync/mediawiki.pp
index 02a808b..0bfdef2 100644
--- a/modules/statistics/manifests/rsync/mediawiki.pp
+++ b/modules/statistics/manifests/rsync/mediawiki.pp
@@ -31,10 +31,10 @@
     }
 
     # Api logs from fluorine
-        statistics::rsync_job { 'mw-api':
-            source         => 
'fluorine.eqiad.wmnet::udp2log/archive/api.log.*.gz',
-            destination    => "${working_path}/mw-log/archive",
-            # Retention of 30 days to save disk space
-            retention_days => 30,
-        }
+    statistics::rsync_job { 'mw-api':
+        source         => 'fluorine.eqiad.wmnet::udp2log/archive/api.log-*.gz',
+        destination    => "${working_path}/mw-log/archive",
+        # Retention of 30 days to save disk space
+        retention_days => 30,
+    }
 }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ibb7e6df52b385dc4d816811e5f5ec6310324d657
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ottomata <[email protected]>
Gerrit-Reviewer: Ottomata <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to