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:
|
cron:
|
||||||
name: ldap-backup
|
name: ldap-backup
|
||||||
job: /usr/local/sbin/ldap-backup
|
job: /usr/local/sbin/ldap-backup
|
||||||
hour: 0
|
hour: "0"
|
||||||
minute: 10
|
minute: "10"
|
||||||
user: ldap
|
user: ldap
|
||||||
|
|
||||||
- name: copy spn helper script
|
- name: copy spn helper script
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue