summaryrefslogtreecommitdiffstats
path: root/pillar/common.sls
blob: 280886f5e4040a0ce3a6f84a21e29357ce41ac9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
include:
  - role.salt.common
  - role.salt.minion
  - role.mta.postfix

managed_header_pound: |
  ### This file is managed via https://git.com.de/LibertaCasa/salt
  ### Manual changes will be overwritten

{%- if grains['os'] == 'SUSE' %}
zypper:
  refreshdb_force: False
{%- endif %}