Sync custom types to the Master
New in version 2016.3.0.
salt.runners.saltutil.sync_all(saltenv='base')¶Sync all custom types
CLI Example:
salt-run saltutil.sync_all
salt.runners.saltutil.sync_engines(saltenv='base')¶Sync engines from salt://_engines to the master
CLI Example:
salt-run saltutil.sync_engines
salt.runners.saltutil.sync_grains(saltenv='base')¶Sync grains modules from salt://_grains to the master
CLI Example:
salt-run saltutil.sync_grains
salt.runners.saltutil.sync_modules(saltenv='base')¶Sync execution modules from salt://_modules to the master
CLI Example:
salt-run saltutil.sync_modules
salt.runners.saltutil.sync_output(saltenv='base')¶Sync output modules from salt://_output to the master
CLI Example:
salt-run saltutil.sync_output
salt.runners.saltutil.sync_pillar(saltenv='base')¶Sync pillar modules from salt://_pillar to the master
CLI Example:
salt-run saltutil.sync_pillar
salt.runners.saltutil.sync_proxymodules(saltenv='base')¶Sync proxy modules from salt://_proxy to the master
CLI Example:
salt-run saltutil.sync_proxy
salt.runners.saltutil.sync_queues(saltenv='base')¶Sync queue modules from salt://_queues to the master
CLI Example:
salt-run saltutil.sync_queues
salt.runners.saltutil.sync_renderers(saltenv='base')¶Sync renderer modules from from salt://_renderers to the master
CLI Example:
salt-run saltutil.sync_renderers
salt.runners.saltutil.sync_returners(saltenv='base')¶Sync returner modules from salt://_returners to the master
CLI Example:
salt-run saltutil.sync_returners
salt.runners.saltutil.sync_runners(saltenv='base')¶Sync runners from salt://_runners to the master
CLI Example:
salt-run saltutil.sync_runners
salt.runners.saltutil.sync_states(saltenv='base')¶Sync state modules from salt://_states to the master
CLI Example:
salt-run saltutil.sync_states
salt.runners.saltutil.sync_tops(saltenv='base')¶New in version 2016.3.7,2016.11.4,Nitrogen.
Sync master_tops modules from salt://_tops to the master
CLI Example:
salt-run saltutil.sync_tops
salt.runners.saltutil.sync_utils(saltenv='base')¶New in version 2016.11.0.
Sync utils modules from salt://_utils to the master
CLI Example:
salt-run saltutil.sync_utils
salt.runners.saltutil.sync_wheel(saltenv='base')¶Sync wheel modules from salt://_wheel to the master
CLI Example:
salt-run saltutil.sync_wheel