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