summaryrefslogtreecommitdiffstats
path: root/salt/profile/zypp/init.sls
blob: bc460e3fea2438e6851644feb149f185572e7b23 (plain)
1
2
3
4
5
6
7
8
zypp_files:
  file.managed:
    - user: root
    - mode: '0644'
    - template: jinja
    - names:
      - /etc/zypp/zypp.conf:
        - source: salt:///{{ slspath }}/files/etc/zypp/zypp.conf.j2