ldap/server: Fix syntax warnings about cron job
This commit is contained in:
parent
72dabd40d1
commit
08c62bd21b
1 changed files with 2 additions and 2 deletions
|
@ -58,8 +58,8 @@
|
|||
cron:
|
||||
name: ldap-backup
|
||||
job: /usr/local/sbin/ldap-backup
|
||||
hour: 0
|
||||
minute: 10
|
||||
hour: "0"
|
||||
minute: "10"
|
||||
user: ldap
|
||||
|
||||
- name: copy spn helper script
|
||||
|
|
Loading…
Add table
Reference in a new issue