Salt proxy module
New in version 2015.8.3.
Module to deploy and manage salt-proxy processes on a minion.
Create the salt proxy file and start the proxy process if required
proxyname -- Name to be used for this proxy (should match entries in pillar)
start -- Boolean indicating if the process should be started default = True
CLI Example:
salt deviceminion salt_proxy.configure_proxy p8000
Check if the salt-proxy process associated with this proxy (name) is running.
Returns True if the process is running False otherwise
proxyname -- String name of the proxy (p8000 for example)
CLI Example:
salt deviceminion salt_proxy.is_running p8000
Generated on October 23, 2024 at 09:02:06 UTC.
You are viewing docs for the latest stable release, 3007.1. Switch to docs for the previous stable release, 3006.9, or to a recent doc build from the master branch.
© 2024 VMware, Inc. | Privacy Policy