mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
498a612078
Conflicts: doc/topics/cloud/linode.rst doc/topics/cloud/misc.rst doc/topics/cloud/parallels.rst doc/topics/cloud/proxmox.rst Conflicts: doc/topics/development/architecture.rst doc/topics/development/translating.rst
13 lines
406 B
ReStructuredText
13 lines
406 B
ReStructuredText
===============
|
|
Cloud Functions
|
|
===============
|
|
|
|
Cloud functions work much the same way as cloud actions, except that they don't
|
|
perform an operation on a specific instance, and so do not need a machine name
|
|
to be specified. However, since they perform an operation on a specific cloud
|
|
provider, that provider must be specified.
|
|
|
|
.. code-block:: bash
|
|
|
|
$ salt-cloud -f show_image ec2 image=ami-fd20ad94
|