Ales Komarek | cdb1d74 | 2016-01-26 00:00:36 +0100 | [diff] [blame] | 1 | git: |
| 2 | client: |
| 3 | enabled: true |
| 4 | linux: |
| 5 | system: |
| 6 | enabled: true |
| 7 | reclass: |
| 8 | storage: |
Ales Komarek | 735a37c | 2016-01-26 10:08:35 +0100 | [diff] [blame^] | 9 | enabled: true |
Ales Komarek | cdb1d74 | 2016-01-26 00:00:36 +0100 | [diff] [blame] | 10 | data_source: |
| 11 | engine: git |
Ales Komarek | 735a37c | 2016-01-26 10:08:35 +0100 | [diff] [blame^] | 12 | address: 'git@git.domain.com' |
Ales Komarek | cdb1d74 | 2016-01-26 00:00:36 +0100 | [diff] [blame] | 13 | branch: master |
Ales Komarek | 16bd253 | 2016-01-25 23:05:29 +0100 | [diff] [blame] | 14 | salt: |
| 15 | master: |
| 16 | enabled: true |
| 17 | command_timeout: 5 |
| 18 | worker_threads: 2 |
| 19 | base_environment: prd |
| 20 | pillar: |
| 21 | engine: reclass |
| 22 | data_dir: /srv/salt/reclass |
Ales Komarek | cdb1d74 | 2016-01-26 00:00:36 +0100 | [diff] [blame] | 23 | environment: |
| 24 | prd: |
| 25 | formula: |
| 26 | memcached: |
| 27 | source: git |
| 28 | address: 'git@git.domain.com/memcached-formula.git' |
| 29 | revision: master |