The Saltutil runner is used to sync custom types to the Master. See the
saltutil module
for documentation on
managing updates to minions.
New in version 2016.3.0.
Sync all custom types
The fileserver environment from which to sync. To sync from more than one environment, pass a comma-separated list.
dictionary of modules to sync based on type
dictionary of modules to blacklist based on type
CLI Example:
salt-run saltutil.sync_all
salt-run saltutil.sync_all extmod_whitelist={'runners': ['custom_runner'], 'grains': []}
New in version 2017.7.0.
Sync cache modules from salt://_cache
to the master
The fileserver environment from which to sync. To sync from more than one environment, pass a comma-separated list.
comma-separated list of modules to sync
comma-separated list of modules to blacklist based on type
CLI Example:
salt-run saltutil.sync_cache
New in version 2017.7.0.
Sync cloud modules from salt://_clouds
to the master
The fileserver environment from which to sync. To sync from more than one environment, pass a comma-separated list.
comma-separated list of modules to sync
comma-separated list of modules to blacklist based on type
CLI Example:
salt-run saltutil.sync_clouds
New in version 2018.3.0.
Sync eauth token modules from salt://_tokens
to the master
The fileserver environment from which to sync. To sync from more than one environment, pass a comma-separated list.
comma-separated list of modules to sync
comma-separated list of modules to blacklist based on type
CLI Example:
salt-run saltutil.sync_eauth_tokens
Sync engines from salt://_engines
to the master
The fileserver environment from which to sync. To sync from more than one environment, pass a comma-separated list.
comma-separated list of modules to sync
comma-separated list of modules to blacklist based on type
CLI Example:
salt-run saltutil.sync_engines
New in version 3000.
Sync executor modules from salt://_executors
to the master
The fileserver environment from which to sync. To sync from more than one environment, pass a comma-separated list.
comma-seperated list of modules to sync
comma-seperated list of modules to blacklist based on type
CLI Example:
salt-run saltutil.sync_executors
New in version 2018.3.0.
Sync fileserver modules from salt://_fileserver
to the master
The fileserver environment from which to sync. To sync from more than one environment, pass a comma-separated list.
comma-separated list of modules to sync
comma-separated list of modules to blacklist based on type
CLI Example:
salt-run saltutil.sync_fileserver
Sync grains modules from salt://_grains
to the master
The fileserver environment from which to sync. To sync from more than one environment, pass a comma-separated list.
comma-separated list of modules to sync
comma-separated list of modules to blacklist based on type
CLI Example:
salt-run saltutil.sync_grains
Sync execution modules from salt://_modules
to the master
The fileserver environment from which to sync. To sync from more than one environment, pass a comma-separated list.
comma-separated list of modules to sync
comma-separated list of modules to blacklist based on type
CLI Example:
salt-run saltutil.sync_modules
Sync output modules from salt://_output
to the master
The fileserver environment from which to sync. To sync from more than one environment, pass a comma-separated list.
comma-separated list of modules to sync
comma-separated list of modules to blacklist based on type
CLI Example:
salt-run saltutil.sync_output
Sync pillar modules from salt://_pillar
to the master
The fileserver environment from which to sync. To sync from more than one environment, pass a comma-separated list.
comma-separated list of modules to sync
comma-separated list of modules to blacklist based on type
CLI Example:
salt-run saltutil.sync_pillar
Sync proxy modules from salt://_proxy
to the master
The fileserver environment from which to sync. To sync from more than one environment, pass a comma-separated list.
comma-separated list of modules to sync
comma-separated list of modules to blacklist based on type
CLI Example:
salt-run saltutil.sync_proxymodules
Sync queue modules from salt://_queues
to the master
The fileserver environment from which to sync. To sync from more than one environment, pass a comma-separated list.
comma-separated list of modules to sync
comma-separated list of modules to blacklist based on type
CLI Example:
salt-run saltutil.sync_queues
Sync renderer modules from from salt://_renderers
to the master
The fileserver environment from which to sync. To sync from more than one environment, pass a comma-separated list.
comma-separated list of modules to sync
comma-separated list of modules to blacklist based on type
CLI Example:
salt-run saltutil.sync_renderers
Sync returner modules from salt://_returners
to the master
The fileserver environment from which to sync. To sync from more than one environment, pass a comma-separated list.
comma-separated list of modules to sync
comma-separated list of modules to blacklist based on type
CLI Example:
salt-run saltutil.sync_returners
New in version 2017.7.0.
Sync roster modules from salt://_roster
to the master
The fileserver environment from which to sync. To sync from more than one environment, pass a comma-separated list.
comma-separated list of modules to sync
comma-separated list of modules to blacklist based on type
CLI Example:
salt-run saltutil.sync_roster
Sync runners from salt://_runners
to the master
The fileserver environment from which to sync. To sync from more than one environment, pass a comma-separated list.
comma-separated list of modules to sync
comma-separated list of modules to blacklist based on type
CLI Example:
salt-run saltutil.sync_runners
New in version 2017.7.0.
Sync sdb modules from salt://_sdb
to the master
The fileserver environment from which to sync. To sync from more than one environment, pass a comma-separated list.
comma-separated list of modules to sync
comma-separated list of modules to blacklist based on type
CLI Example:
salt-run saltutil.sync_sdb
New in version 2019.2.0.
Sync serializer modules from salt://_serializers
to the master
The fileserver environment from which to sync. To sync from more than one environment, pass a comma-separated list.
comma-seperated list of modules to sync
comma-seperated list of modules to blacklist based on type
CLI Example:
salt-run saltutil.sync_utils
Sync state modules from salt://_states
to the master
The fileserver environment from which to sync. To sync from more than one environment, pass a comma-separated list.
comma-separated list of modules to sync
comma-separated list of modules to blacklist based on type
CLI Example:
salt-run saltutil.sync_states
New in version 2018.3.0.
Sync Thorium from salt://_thorium
to the master
base
The fileserver environment from which to sync. To sync from more than one environment, pass a comma-separated list.
comma-separated list of modules to sync
comma-separated list of modules to blacklist based on type
CLI Example:
salt-run saltutil.sync_thorium
New in version 2016.3.7,2016.11.4,2017.7.0.
Sync master_tops modules from salt://_tops
to the master
The fileserver environment from which to sync. To sync from more than one environment, pass a comma-separated list.
CLI Example:
salt-run saltutil.sync_tops
New in version 2016.11.0.
Sync utils modules from salt://_utils
to the master
The fileserver environment from which to sync. To sync from more than one environment, pass a comma-separated list.
comma-separated list of modules to sync
comma-separated list of modules to blacklist based on type
CLI Example:
salt-run saltutil.sync_utils
Sync wheel modules from salt://_wheel
to the master
The fileserver environment from which to sync. To sync from more than one environment, pass a comma-separated list.
comma-separated list of modules to sync
comma-separated list of modules to blacklist based on type
CLI Example:
salt-run saltutil.sync_wheel
New in version 3007.0.
Sync salt-ssh wrapper modules from salt://_wrapper
to the master.
The fileserver environment from which to sync. To sync from more than one environment, pass a comma-separated list.
comma-seperated list of modules to sync
comma-seperated list of modules to blacklist based on type
CLI Example:
salt-run saltutil.sync_wrapper