salt/states/repos/yaourt/init.sls

10 lines
184 B
Text

{%- if grains['os'] != "Arch ARM" -%}
/etc/pacman.conf:
file.append:
- source: salt://repos/yaourt/yaourt.conf
yaourt:
pkg.installed:
- pkgs:
- yaourt
{%- endif -%}