Volans has uploaded a new change for review.

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

Change subject: logrotate: convert icinga to logrotate::conf
......................................................................

logrotate: convert icinga to logrotate::conf

Bug: T127025
Change-Id: Ifc7256491181ede8a31edbe2ecbad430fbf16f10
---
M modules/icinga/manifests/init.pp
1 file changed, 1 insertion(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/14/270914/1

diff --git a/modules/icinga/manifests/init.pp b/modules/icinga/manifests/init.pp
index f2ce41a..78ef3f6 100644
--- a/modules/icinga/manifests/init.pp
+++ b/modules/icinga/manifests/init.pp
@@ -93,10 +93,9 @@
     }
 
     # FIXME: This should be in the package?
-    file { '/etc/logrotate.d/icinga':
+    logrotate::conf { 'icinga':
         ensure => present,
         source => 'puppet:///modules/icinga/logrotate.conf',
-        mode   => '0444',
     }
 
     # Setup all plugins!

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifc7256491181ede8a31edbe2ecbad430fbf16f10
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Volans <[email protected]>

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

Reply via email to