Added installation support for mod_pagespeed on RedHat: cache and log dir are already created after installation of the mod_pagespeed RPM
This commit is contained in:
parent
a3885e6d69
commit
2d39798fbb
@ -18,7 +18,6 @@ a2enmod pagespeed:
|
|||||||
- pkg: libapache2-mod-pagespeed
|
- pkg: libapache2-mod-pagespeed
|
||||||
- watch_in:
|
- watch_in:
|
||||||
- service: apache
|
- service: apache
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
{% for dir in ['/var/cache/mod_pagespeed', '/var/log/pagespeed'] %}
|
{% for dir in ['/var/cache/mod_pagespeed', '/var/log/pagespeed'] %}
|
||||||
{{ dir }}:
|
{{ dir }}:
|
||||||
@ -33,7 +32,6 @@ a2enmod pagespeed:
|
|||||||
- group: {{ salt['pillar.get']('apache:group', 'www-data') }}
|
- group: {{ salt['pillar.get']('apache:group', 'www-data') }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
{% if grains['os_family']=="Debian" %}
|
|
||||||
# Here we hardcode a logrotate entry to take care of the logs
|
# Here we hardcode a logrotate entry to take care of the logs
|
||||||
/etc/logrorate.d/pagespeed:
|
/etc/logrorate.d/pagespeed:
|
||||||
file:
|
file:
|
||||||
|
Loading…
Reference in New Issue
Block a user