]> git.friedersdorff.com Git - max/saltfiles.git/blob - states/font/pango-liberation-mono.sls
Configure some moar
[max/saltfiles.git] / states / font / pango-liberation-mono.sls
1 {% if grains['os'] | lower == 'gentoo' %}
2 install liberation mono:
3   pkg.installed:
4     - name: media-fonts/liberation-fonts
5     - refresh: False
6 {% elif grains['os'] | lower == 'arch' %}
7 install libration mono:
8   pkg.installed:
9     - name: ttf-liberation
10 {% endif %}