Siebrand has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/92024


Change subject: Fix logrotate class name and include it
......................................................................

Fix logrotate class name and include it

Change-Id: Ie5226a600b995c44860cc0e65eced018f0f641cc
---
M puppet/modules/logrotate/manifests/init.pp
M puppet/site.pp
2 files changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/24/92024/1

diff --git a/puppet/modules/logrotate/manifests/init.pp 
b/puppet/modules/logrotate/manifests/init.pp
index 5f5f04d..f2afee6 100644
--- a/puppet/modules/logrotate/manifests/init.pp
+++ b/puppet/modules/logrotate/manifests/init.pp
@@ -1,4 +1,4 @@
-class exim-conf {
+class logrotate {
   file { '/etc/logrotate.d/twn':
     source  => 'puppet:///modules/logrotate/twn'
   }
diff --git a/puppet/site.pp b/puppet/site.pp
index 911c68b..73862d5 100644
--- a/puppet/site.pp
+++ b/puppet/site.pp
@@ -13,6 +13,7 @@
   include memcached
   include mariadb
   include exim-conf
+  include logrotate
 
   package { 'elasticsearch':
     provider => dpkg,

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie5226a600b995c44860cc0e65eced018f0f641cc
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand <[email protected]>

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

Reply via email to