Alexandros Kosiaris has submitted this change and it was merged.
Change subject: wikistats: Fix pplint error in wikistats::db
......................................................................
wikistats: Fix pplint error in wikistats::db
Need to escape backslash in double quotes
Change-Id: I52f24fff54ba38dc38e24ef03b283279dfba44df
---
M modules/wikistats/manifests/db.pp
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Alexandros Kosiaris: Looks good to me, approved
jenkins-bot: Verified
diff --git a/modules/wikistats/manifests/db.pp
b/modules/wikistats/manifests/db.pp
index 2cccb26..4b7cd3f 100644
--- a/modules/wikistats/manifests/db.pp
+++ b/modules/wikistats/manifests/db.pp
@@ -19,7 +19,7 @@
# don't run out of disk
cron {'mysql-dump-wikistats-clean':
ensure => 'present',
- command => "find ${backupdir} -name \"*.sql.gz\" -mtime +7 -exec rm {}
\;",
+ command => "find ${backupdir} -name \"*.sql.gz\" -mtime +7 -exec rm {}
\\;",
user => 'root',
hour => '23',
minute => '23',
--
To view, visit https://gerrit.wikimedia.org/r/290885
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I52f24fff54ba38dc38e24ef03b283279dfba44df
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Alexandros Kosiaris <[email protected]>
Gerrit-Reviewer: Alexandros Kosiaris <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits