jenkins-bot has submitted this change and it was merged.

Change subject: Enable backups
......................................................................


Enable backups

Change-Id: Iae2bd9fad95d0717ea3460b83d6dae18fbad1cf1
---
M puppet/modules/backup/manifests/init.pp
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/puppet/modules/backup/manifests/init.pp 
b/puppet/modules/backup/manifests/init.pp
index 707175a..88cf30f 100644
--- a/puppet/modules/backup/manifests/init.pp
+++ b/puppet/modules/backup/manifests/init.pp
@@ -14,7 +14,7 @@
 
   file { "/etc/cron.d/backup":
     # Enable when new server is primary
-    ensure  => absent,
+    ensure  => present,
     content => template("backup/backup.erb"),
   }
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Iae2bd9fad95d0717ea3460b83d6dae18fbad1cf1
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Nikerabbit <niklas.laxst...@gmail.com>
Gerrit-Reviewer: Nikerabbit <niklas.laxst...@gmail.com>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to