salt.states.saltutil

Saltutil State

This state wraps the saltutil execution modules to make them easier to run from a states. Rather than needing to to use module.run this state allows for improved change detection.

New in version 3000.

salt.states.saltutil.sync_all(name, **kwargs)

Performs the same task as saltutil.sync_all module See saltutil module for full list of options

sync_everything:
  saltutil.sync_all:
    - refresh: True
salt.states.saltutil.sync_beacons(name, **kwargs)

Performs the same task as saltutil.sync_beacons module See saltutil module for full list of options

sync_everything:
  saltutil.sync_beacons:
    - refresh: True
salt.states.saltutil.sync_clouds(name, **kwargs)

Performs the same task as saltutil.sync_clouds module See saltutil module for full list of options

sync_everything:
  saltutil.sync_clouds:
    - refresh: True
salt.states.saltutil.sync_engines(name, **kwargs)

Performs the same task as saltutil.sync_engines module See saltutil module for full list of options

sync_everything:
  saltutil.sync_engines:
    - refresh: True
salt.states.saltutil.sync_executors(name, **kwargs)

Performs the same task as saltutil.sync_executors module See saltutil module for full list of options

sync_everything:
  saltutil.sync_executors:
    - refresh: True
salt.states.saltutil.sync_grains(name, **kwargs)

Performs the same task as saltutil.sync_grains module See saltutil module for full list of options

sync_everything:
  saltutil.sync_grains:
    - refresh: True
salt.states.saltutil.sync_log_handlers(name, **kwargs)

Performs the same task as saltutil.sync_log_handlers module See saltutil module for full list of options

sync_everything:
  saltutil.sync_log_handlers:
    - refresh: True
salt.states.saltutil.sync_matchers(name, **kwargs)

Performs the same task as saltutil.sync_matchers module See saltutil module for full list of options

sync_everything:
  saltutil.sync_matchers:
    - refresh: True
salt.states.saltutil.sync_modules(name, **kwargs)

Performs the same task as saltutil.sync_modules module See saltutil module for full list of options

sync_everything:
  saltutil.sync_modules:
    - refresh: True
salt.states.saltutil.sync_output(name, **kwargs)

Performs the same task as saltutil.sync_output module See saltutil module for full list of options

sync_everything:
  saltutil.sync_output:
    - refresh: True
salt.states.saltutil.sync_outputters(name, **kwargs)

Performs the same task as saltutil.sync_outputters module See saltutil module for full list of options

sync_everything:
  saltutil.sync_outputters:
    - refresh: True
salt.states.saltutil.sync_pillar(name, **kwargs)

Performs the same task as saltutil.sync_pillar module See saltutil module for full list of options

sync_everything:
  saltutil.sync_pillar:
    - refresh: True
salt.states.saltutil.sync_proxymodules(name, **kwargs)

Performs the same task as saltutil.sync_proxymodules module See saltutil module for full list of options

sync_everything:
  saltutil.sync_proxymodules:
    - refresh: True
salt.states.saltutil.sync_renderers(name, **kwargs)

Performs the same task as saltutil.sync_renderers module See saltutil module for full list of options

sync_everything:
  saltutil.sync_renderers:
    - refresh: True
salt.states.saltutil.sync_returners(name, **kwargs)

Performs the same task as saltutil.sync_returners module See saltutil module for full list of options

sync_everything:
  saltutil.sync_returners:
    - refresh: True
salt.states.saltutil.sync_sdb(name, **kwargs)

Performs the same task as saltutil.sync_sdb module See saltutil module for full list of options

sync_everything:
  saltutil.sync_sdb:
    - refresh: True
salt.states.saltutil.sync_serializers(name, **kwargs)

Performs the same task as saltutil.sync_serializers module See saltutil module for full list of options

sync_everything:
  saltutil.sync_serializers:
    - refresh: True
salt.states.saltutil.sync_states(name, **kwargs)

Performs the same task as saltutil.sync_states module See saltutil module for full list of options

sync_everything:
  saltutil.sync_states:
    - refresh: True
salt.states.saltutil.sync_thorium(name, **kwargs)

Performs the same task as saltutil.sync_thorium module See saltutil module for full list of options

sync_everything:
  saltutil.sync_thorium:
    - refresh: True
salt.states.saltutil.sync_tops(name, **kwargs)

Performs the same task as saltutil.sync_tops module See saltutil module for full list of options

sync_everything:
  saltutil.sync_tops:
    - refresh: True
salt.states.saltutil.sync_utils(name, **kwargs)

Performs the same task as saltutil.sync_utils module See saltutil module for full list of options

sync_everything:
  saltutil.sync_utils:
    - refresh: True
salt.states.saltutil.sync_wrapper(name, **kwargs)

New in version 3007.0.

Performs the same task as saltutil.sync_wrapper module See saltutil module for full list of options

sync_everything:
  saltutil.sync_wrapper:
    - refresh: True