Dzahn has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/352649 )

Change subject: camus: use logrotate::conf for logrotate
......................................................................


camus: use logrotate::conf for logrotate

Change-Id: I5107f4acf60479e1bbd8108a5dc3714fa90a9448
---
M modules/camus/manifests/init.pp
1 file changed, 2 insertions(+), 4 deletions(-)

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



diff --git a/modules/camus/manifests/init.pp b/modules/camus/manifests/init.pp
index 8db6ffb..2f038ac 100644
--- a/modules/camus/manifests/init.pp
+++ b/modules/camus/manifests/init.pp
@@ -22,10 +22,8 @@
     }
 
     # logrotate camus log files
-    file { '/etc/logrotate.d/camus':
+    logrotate::conf { 'camus':
+        ensure => present,
         source => 'puppet:///modules/camus/camus.logrotate',
-        owner  => 'root',
-        group  => 'root',
-        mode   => '0444',
     }
 }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I5107f4acf60479e1bbd8108a5dc3714fa90a9448
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn <[email protected]>
Gerrit-Reviewer: Dzahn <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to