|
registry_auth = __pillar__.get('docker-registries', {}) |
In reference to the above, would it be possible to make this function use master/minion config files as well as pillar data? I have used the "trifecta" of configuration options in other modules, but my external pillar setup does not easily support this particular configuration.
I am running salt version 2018.3.2 on Centos 7. My external pillar system is etcd.
salt/salt/modules/dockermod.py
Line 1393 in 927adb3
In reference to the above, would it be possible to make this function use master/minion config files as well as pillar data? I have used the "trifecta" of configuration options in other modules, but my external pillar setup does not easily support this particular configuration.
I am running salt version 2018.3.2 on Centos 7. My external pillar system is etcd.