summaryrefslogtreecommitdiff
path: root/puppet/modules/tapicero/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'puppet/modules/tapicero/manifests/init.pp')
-rw-r--r--puppet/modules/tapicero/manifests/init.pp14
1 files changed, 1 insertions, 13 deletions
diff --git a/puppet/modules/tapicero/manifests/init.pp b/puppet/modules/tapicero/manifests/init.pp
index d4ff1acb..ca8488c8 100644
--- a/puppet/modules/tapicero/manifests/init.pp
+++ b/puppet/modules/tapicero/manifests/init.pp
@@ -133,17 +133,5 @@ class tapicero {
Couchdb::Add_user[$::site_couchdb::couchdb_tapicero_user] ];
}
- rsyslog::snippet { '99-tapicero':
- content => 'if $programname startswith \'tapicero\' then /var/log/leap/tapicero.log
-&~'
- }
-
- augeas {
- 'logrotate_tapicero':
- context => '/files/etc/logrotate.d/tapicero/rule',
- changes => [ 'set file /var/log/leap/tapicero*.log', 'set rotate 7',
- 'set schedule daily', 'set compress compress',
- 'set missingok missingok', 'set ifempty notifempty',
- 'set copytruncate copytruncate' ]
- }
+ leap::logfile { 'tapicero': }
}