Files @ 955d4a31a0b0
Branch filter:

Location: majic-ansible-roles/roles/ldap_server/files/slapd_logrotate - annotation

branko
MAR-19: Make the ansible_key var for bootstrap role optional.
/var/log/slapd.log
{
	rotate 4
	weekly
	missingok
	notifempty
	compress
	delaycompress
	sharedscripts
	postrotate
	invoke-rc.d rsyslog rotate > /dev/null
	endscript
}