11 lines
112 B
Plaintext
11 lines
112 B
Plaintext
|
include:
|
||
|
- core.apt
|
||
|
|
||
|
{% if grains['os']=="Ubuntu" %}
|
||
|
|
||
|
php-apc:
|
||
|
pkg.installed:
|
||
|
- order: 180
|
||
|
|
||
|
{% endif %}
|