Provide the service module for the dummy proxy used in integration tests
salt.modules.dummyproxy_service.
enabled
(name, sig=None)Only the 'redbull' service is 'enabled' in the test
New in version 2016.11.3.
salt.modules.dummyproxy_service.
get_all
()Return a list of all available services
New in version 2016.11.3.
CLI Example:
salt '*' service.get_all
salt.modules.dummyproxy_service.
list_
()Return a list of all available services.
New in version 2016.11.3.
CLI Example:
salt '*' service.list
salt.modules.dummyproxy_service.
restart
(name, sig=None)Restart the specified service with dummy.
New in version 2016.11.3.
CLI Example:
salt '*' service.restart <service name>
salt.modules.dummyproxy_service.
running
(name, sig=None)Return whether this service is running.
New in version 2016.11.3.
salt.modules.dummyproxy_service.
start
(name, sig=None)Start the specified service on the dummy
New in version 2016.11.3.
CLI Example:
salt '*' service.start <service name>
Generated on August 05, 2021 at 04:04:00 UTC.
You are viewing docs for the previous stable release, 3000.9. Switch to docs for the latest stable release, 3003.1, or to a recent doc build from the master branch.
© 2021 SaltStack. All Rights Reserved, SaltStack Inc. | Privacy Policy