Don't run opencollab-puppet-uploader during web server log rotation
This commit is contained in:
parent
9a6b0f54bf
commit
6c0481742c
1 changed files with 1 additions and 1 deletions
|
@ -655,8 +655,8 @@ class puppet::opencollab {
|
||||||
ensure => present,
|
ensure => present,
|
||||||
command => "${script} ${script_options} /var/lib/puppet/yaml/facts/*.yaml",
|
command => "${script} ${script_options} /var/lib/puppet/yaml/facts/*.yaml",
|
||||||
user => root,
|
user => root,
|
||||||
minute => 0,
|
|
||||||
hour => 0,
|
hour => 0,
|
||||||
|
minute => 5,
|
||||||
require => [ Class["wiki::opencollab"], File["/etc/puppet/opencollab.conf"] ],
|
require => [ Class["wiki::opencollab"], File["/etc/puppet/opencollab.conf"] ],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue