]> git.friedersdorff.com Git - max/saltfiles.git/blobdiff - states/font/pango-liberation-mono.sls
Do not sync package repos on gentoo
[max/saltfiles.git] / states / font / pango-liberation-mono.sls
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..dbea64cbb23589404ae6a35ef60c63e6d89526c9 100644 (file)
@@ -0,0 +1,6 @@
+{% if grains['os'] | lower == 'gentoo' %}
+install liberation mono:
+  pkg.installed:
+    - name: media-fonts/liberation-fonts
+    - refresh: False
+{% endif %}