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
|
||||
cron:
|
||||
name: update-netdb-data
|
||||
minute: 10
|
||||
minute: "10"
|
||||
job: /usr/local/sbin/netdb-update
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue