mirror of
https://github.com/valitydev/salt-common.git
synced 2024-11-07 02:45:21 +00:00
6 lines
123 B
Plaintext
6 lines
123 B
Plaintext
|
{% set php_config = salt['grains.filter_by']({
|
||
|
'Gentoo': { 'version': '5.6',
|
||
|
'ini': 'production'},
|
||
|
})
|
||
|
%}
|