You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Second issue is that kitchen creates config file in desired place /tmp/kitchen/etc/salt/minion.d/98-enforce.conf, but minion shouldn't load it. Minion log files does not have a line with file 98-enforce.conf like 99-minion.confconfig from first issue:
2020-07-22 13:05:10,247 [salt.config :1897][DEBUG ][15758] Reading configuration from /tmp/kitchen/etc/salt/minion
2020-07-22 13:05:10,248 [salt.config :2048][DEBUG ][15758] Including configuration from '/tmp/kitchen/etc/salt/minion.d/99-minion.conf'
2020-07-22 13:05:10,249 [salt.config :1897][DEBUG ][15758] Reading configuration from /tmp/kitchen/etc/salt/minion.d/99-minion.conf
salt_minion_extra_config and salt_minion_config_dropin_files does not work as expected.
There is two separate issues:
salt_minion_extra_config/99-minion.conf
There is no difference how to specify list (both generates wrong yaml without indents).
E.g:
Rendered into:
/tmp/kitchen/etc/salt/minion.d/98-enforce.conf
, but minion shouldn't load it. Minion log files does not have a line with file98-enforce.conf
like99-minion.conf
config from first issue:Used config section:
It's strange of course. But it is true.
Full
provisioner
config section:The text was updated successfully, but these errors were encountered: