Petr Michalec | 7a2f1d2 | 2017-05-17 22:08:32 +0200 | [diff] [blame] | 1 | git: |
| 2 | client: |
| 3 | enabled: true |
| 4 | linux: |
| 5 | system: |
| 6 | enabled: true |
| 7 | salt: |
| 8 | master: |
| 9 | enabled: true |
| 10 | pillar: |
| 11 | source: |
| 12 | engine: local |
| 13 | environment: |
| 14 | prd: |
| 15 | formula: |
| 16 | keepalived: |
| 17 | source: pkg |
| 18 | name: salt-formula-keepalived |
| 19 | haproxy: |
| 20 | source: pkg |
| 21 | name: salt-formula-haproxy |
| 22 | libvirt: |
| 23 | source: pkg |
| 24 | name: salt-formula-libvirt |
| 25 | version: latest |
| 26 | ntp: |
| 27 | source: pkg |
| 28 | name: salt-formula-ntp |
| 29 | version: latest |
| 30 | openssh: |
| 31 | source: pkg |
| 32 | name: salt-formula-openssh |
| 33 | version: latest |
| 34 | mysql: |
| 35 | source: pkg |
| 36 | name: salt-formula-mysql |
| 37 | version: purged |
| 38 | postgresql: |
| 39 | source: pkg |
| 40 | name: salt-formula-postgresql |
| 41 | version: removed |
| 42 | dev: |
| 43 | formula: |
| 44 | aptly: |
| 45 | source: git |
| 46 | address: 'https://github.com/salt-formulas/salt-formula-aptly.git' |
| 47 | revision: master |
| 48 | bind: |
| 49 | source: git |
| 50 | address: 'https://github.com/salt-formulas/salt-formula-bind.git' |
| 51 | revision: master |
Petr Michalec | df75d68 | 2018-02-07 13:43:53 +0100 | [diff] [blame] | 52 | renderer: |
| 53 | jinja: |
| 54 | block_start_string: {{ '"{%"' }} |
| 55 | block_end_string: {{ '"%}"' }} |
| 56 | variable_start_string: {{ '"{{"' }} |
| 57 | variable_end_string: {{ '"}}"' }} |
| 58 | comment_start_string: {{ '"{#"' }} |
| 59 | comment_end_string: {{ '"#}"' }} |
| 60 | keep_trailing_newline: False |
| 61 | newline_sequence: '\n' |
| 62 | trim_blocks: True |
| 63 | lstrip_blocks: True |
| 64 | line_statement_prefix: "%" |
| 65 | line_comment_prefix: "##" |
| 66 | jinja_sls: |
| 67 | block_start_string: {{ '"{%"' }} |
| 68 | block_end_string: {{ '"%}"' }} |
| 69 | variable_start_string: {{ '"{{"' }} |
| 70 | variable_end_string: {{ '"}}"' }} |
| 71 | comment_start_string: {{ '"{#"' }} |
| 72 | comment_end_string: {{ '"#}"' }} |
| 73 | keep_trailing_newline: False |
| 74 | newline_sequence: '\n' |
| 75 | trim_blocks: True |
| 76 | lstrip_blocks: True |
| 77 | line_statement_prefix: "%" |
| 78 | line_comment_prefix: "##" |