merge abompards lists-dev playbook into main repo

mark some fixmes
move some files/inventory items around
This commit is contained in:
Seth Vidal 2013-05-17 15:55:25 +00:00
parent c07f5a9e24
commit 5372f26f07
19 changed files with 1358 additions and 24 deletions

View file

@ -0,0 +1,10 @@
/var/log/hyperkitty/*.log {
missingok
notifempty
sharedscripts
delaycompress
su root apache
postrotate
/sbin/service httpd reload > /dev/null 2>/dev/null || true
endscript
}