summaryrefslogtreecommitdiffstats
path: root/pillar/global/init.sls
blob: 349bd932024b4d67218f6f09882049da4f9f5482 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
include:
  - role.salt.common
  - role.salt.minion
  - .mta
  - .ssh

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 %}

mine_functions:
  network.ip_addrs: []
  network.ip_addrs6: []