Changed opencollab-puppet-uploader schedule from hourly to daily
This commit is contained in:
parent
256e33721e
commit
87d69a8c99
1 changed files with 1 additions and 0 deletions
|
@ -407,6 +407,7 @@ class puppet::opencollab {
|
||||||
command => "/usr/bin/opencollab-puppet-uploader -c /etc/puppet/opencollab.conf /var/lib/puppet/yaml/facts/*.yaml",
|
command => "/usr/bin/opencollab-puppet-uploader -c /etc/puppet/opencollab.conf /var/lib/puppet/yaml/facts/*.yaml",
|
||||||
user => root,
|
user => root,
|
||||||
minute => 0,
|
minute => 0,
|
||||||
|
hour => 0,
|
||||||
require => [ Class["wiki::opencollab"], File["/etc/puppet/opencollab.conf"] ],
|
require => [ Class["wiki::opencollab"], File["/etc/puppet/opencollab.conf"] ],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue