We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4faaf75 commit 042e9baCopy full SHA for 042e9ba
salt/files/minion.d/f_defaults.conf
@@ -1,7 +1,7 @@
1
# This file managed by Salt, do not edit by hand!!
2
# Based on salt version 2016.11 default config
3
#
4
-{% set reserved_keys = ['master', 'minion', 'cloud', 'salt_cloud_certs', 'engines', 'beacons', 'reactors'] -%}
+{% set reserved_keys = ['master', 'minion', 'cloud', 'salt_cloud_certs', 'engines', 'beacons', 'reactors', 'return'] -%}
5
{% set cfg_salt = pillar.get('salt', {}) -%}
6
{% set cfg_minion = cfg_salt.get('minion', {}) -%}
7
{% set default_keys = [] -%}
0 commit comments