salt/doc/topics/function.rst

14 lines
407 B
ReStructuredText
Raw Normal View History

2013-02-21 16:09:34 +00:00
===============
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 ec2 show_image image=ami-fd20ad94
2013-02-21 16:09:34 +00:00