blob: 7162dce9c84ee49d22ecea7c5127abdd28249e9f [file] [log] [blame]
Petr Michalec1f541c42017-08-17 13:30:37 +02001git:
2 client:
3 enabled: true
4linux:
5 system:
6 enabled: true
7reclass:
8 storage:
9 enabled: true
10 data_source:
11 engine: git
12 branch: master
13 address: 'https://github.com/salt-formulas/openstack-salt.git'
14salt:
15 master:
16 enabled: true
17 command_timeout: 5
18 worker_threads: 2
19 base_environment: prd
20 #environment:
21 # prd:
22 # formula:
23 # python:
24 # source: git
25 # address: 'https://github.com/salt-formulas/salt-formula-python.git'
26 # revision: master
27 pillar:
28 engine: reclass
29 reclass:
30 # index: 1 is default value
31 index: 1
32 storage_type: yaml_fs
33 inventory_base_uri: /srv/salt/reclass_encrypted
34 class_mappings:
35 - target: '/^cfg\d+/'
36 class: system.non-existing.class
37 ignore_class_notfound: True
38 ignore_class_regexp:
39 - 'service.*'
40 - '*.fluentd'
41 propagate_pillar_data_to_reclass: False