mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[mod] respect yaml indentation
This commit is contained in:
parent
d32ab073ba
commit
312e9bb22e
1 changed files with 16 additions and 16 deletions
|
@ -1,40 +1,40 @@
|
||||||
nginx:
|
nginx:
|
||||||
log: /var/log/nginx
|
log: /var/log/nginx
|
||||||
avahi-daemon:
|
avahi-daemon:
|
||||||
log: /var/log/daemon.log
|
log: /var/log/daemon.log
|
||||||
dnsmasq:
|
dnsmasq:
|
||||||
log: /var/log/daemon.log
|
log: /var/log/daemon.log
|
||||||
fail2ban:
|
fail2ban:
|
||||||
log: /var/log/fail2ban.log
|
log: /var/log/fail2ban.log
|
||||||
dovecot:
|
dovecot:
|
||||||
log: [/var/log/mail.log,/var/log/mail.err]
|
log: [/var/log/mail.log,/var/log/mail.err]
|
||||||
postfix:
|
postfix:
|
||||||
log: [/var/log/mail.log,/var/log/mail.err]
|
log: [/var/log/mail.log,/var/log/mail.err]
|
||||||
rmilter:
|
rmilter:
|
||||||
log: /var/log/mail.log
|
log: /var/log/mail.log
|
||||||
rspamd:
|
rspamd:
|
||||||
log: /var/log/mail.log
|
log: /var/log/mail.log
|
||||||
redis-server:
|
redis-server:
|
||||||
log: /var/log/redis/redis-server.log
|
log: /var/log/redis/redis-server.log
|
||||||
mysql:
|
mysql:
|
||||||
log: [/var/log/mysql.log,/var/log/mysql.err]
|
log: [/var/log/mysql.log,/var/log/mysql.err]
|
||||||
glances: {}
|
glances: {}
|
||||||
ssh:
|
ssh:
|
||||||
log: /var/log/auth.log
|
log: /var/log/auth.log
|
||||||
ssl:
|
ssl:
|
||||||
status: null
|
status: null
|
||||||
metronome:
|
metronome:
|
||||||
log: [/var/log/metronome/metronome.log,/var/log/metronome/metronome.err]
|
log: [/var/log/metronome/metronome.log,/var/log/metronome/metronome.err]
|
||||||
slapd:
|
slapd:
|
||||||
log: /var/log/syslog
|
log: /var/log/syslog
|
||||||
php5-fpm:
|
php5-fpm:
|
||||||
log: /var/log/php5-fpm.log
|
log: /var/log/php5-fpm.log
|
||||||
yunohost-api:
|
yunohost-api:
|
||||||
log: /var/log/yunohost/yunohost-api.log
|
log: /var/log/yunohost/yunohost-api.log
|
||||||
yunohost-firewall:
|
yunohost-firewall:
|
||||||
need_lock: true
|
need_lock: true
|
||||||
nslcd:
|
nslcd:
|
||||||
log: /var/log/syslog
|
log: /var/log/syslog
|
||||||
nsswitch:
|
nsswitch:
|
||||||
status: null
|
status: null
|
||||||
bind9: null
|
bind9: null
|
||||||
|
|
Loading…
Add table
Reference in a new issue