Volans has submitted this change and it was merged.

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(-)

Approvals:
  Giuseppe Lavagetto: Looks good to me, but someone else must approve
  Volans: Looks good to me, approved
  jenkins-bot: Verified



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: merged
Gerrit-Change-Id: Ifc7256491181ede8a31edbe2ecbad430fbf16f10
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Volans <[email protected]>
Gerrit-Reviewer: Giuseppe Lavagetto <[email protected]>
Gerrit-Reviewer: Volans <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to