salt.states.marathon_app module

Configure Marathon apps via a salt proxy.

New in version 2015.8.2.

salt.states.marathon_app.absent(name)

Ensure that the marathon app with the given id is not present.

Parameters:name -- The app name/id
Returns:A standard Salt changes dictionary
salt.states.marathon_app.config(name, config)

Ensure that the marathon app with the given id is present and is configured to match the given config values.

Parameters:
  • name -- The app name/id
  • config -- The configuration to apply (dict)
Returns:

A standard Salt changes dictionary

Docs for previous releases are available on readthedocs.org.

Latest Salt release: 2016.3.3

Previous topic

salt.states.makeconf

Next topic

salt.states.mdadm