projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1195888
)
delete /etc/logrotate.d/puppetdb
author
Julien Cristau
<jcristau@debian.org>
Mon, 23 Sep 2019 12:31:39 +0000
(14:31 +0200)
committer
Julien Cristau
<jcristau@debian.org>
Mon, 23 Sep 2019 12:31:39 +0000
(14:31 +0200)
puppetdb seems to handle log rotation itself so let's not have two
conflicting mechanisms to do the same thing.
modules/puppetmaster/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/puppetmaster/manifests/init.pp
b/modules/puppetmaster/manifests/init.pp
index
1e07fdf
..
3175168
100644
(file)
--- a/
modules/puppetmaster/manifests/init.pp
+++ b/
modules/puppetmaster/manifests/init.pp
@@
-33,4
+33,8
@@
class puppetmaster {
source => 'puppet:///modules/puppetmaster/update-fastly-ips.sh',
mode => '0555',
}
+
+ file { '/etc/logrotate.d/puppetdb':
+ ensure => absent,
+ }
}