Skip to content

Commit

Permalink
zulip_ops: Add logrotate configuration from main zulip.
Browse files Browse the repository at this point in the history
  • Loading branch information
timabbott committed May 16, 2017
1 parent e049ea0 commit 1d1b089
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions puppet/zulip_ops/manifests/app_frontend.pp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@
]
package { $app_packages: ensure => "installed" }

file { "/etc/logrotate.d/zulip":
ensure => file,
owner => "root",
group => "root",
mode => 644,
source => "puppet:///modules/zulip/logrotate/zulip",
}

file { '/etc/log2zulip.conf':
ensure => file,
owner => "zulip",
Expand Down

0 comments on commit 1d1b089

Please sign in to comment.