ldap_netdb: Fix warnings from cron job
This commit is contained in:
parent
1872cd24f5
commit
d381e4f3b7
1 changed files with 1 additions and 1 deletions
|
@ -19,5 +19,5 @@
|
||||||
- name: install netdb-update cron job
|
- name: install netdb-update cron job
|
||||||
cron:
|
cron:
|
||||||
name: update-netdb-data
|
name: update-netdb-data
|
||||||
minute: 10
|
minute: "10"
|
||||||
job: /usr/local/sbin/netdb-update
|
job: /usr/local/sbin/netdb-update
|
||||||
|
|
Loading…
Add table
Reference in a new issue