InterviewSolution
| 1. |
Why Are The Custom Modules/ States/etc Unavailable On The Minions? |
|
Answer» Custom MODULES are usually synced to the Minions while the saltutil.sync_modules or the saltutil.sync_allcommand is RUN. The custom modules are even synced with the state.apply while there’s no COMMAND or arguments. HENCE, custom states get synced to the Minions while the saltutil.sync_states,state.apply, or saltutil.syncis run. Custom modules are usually synced to the Minions while the saltutil.sync_modules or the saltutil.sync_allcommand is run. The custom modules are even synced with the state.apply while there’s no command or arguments. Hence, custom states get synced to the Minions while the saltutil.sync_states,state.apply, or saltutil.syncis run. |
|