[ ] README: Update to explain how TOFS can be used instead of pillar for master/minion configuration.
[ ] salt.cloud: (After due consideration) Use the same method to allow TOFS to be used for these configurations: cloud.maps.d, cloud.profiles.d & cloud.providers.d.
[ ] Deprecation step 1: Display deprecation warning when configuration is being done by pillar.
[ ] Deprecation step 2: Make TOFS the default, making pillar-based opt-in.
[ ] Alongside deprecation (at some point): Remove code to clean up old _defaults.conf file if they have it around -- all .conf files must be permitted, should a user choose to use that filename.
Transferring from https://github.com/saltstack-formulas/salt-formula/pull/398#issuecomment-499752525:
README
: Update to explain how TOFS can be used instead of pillar for master/minion configuration.salt.cloud
: (After due consideration) Use the same method to allow TOFS to be used for these configurations:cloud.maps.d
,cloud.profiles.d
&cloud.providers.d
.clean up old _defaults.conf file if they have it around
-- all.conf
files must be permitted, should a user choose to use that filename.This comment is useful for explaining how TOFS can be used instead of pillar: https://github.com/saltstack-formulas/salt-formula/pull/398#issuecomment-499354351.