Skip to content

Commit

Permalink
Merge pull request saltstack#39166 from Ch3LL/fix_boto_ec2_docs
Browse files Browse the repository at this point in the history
fix boto ec2 module create_image doc
  • Loading branch information
Mike Place committed Feb 6, 2017
2 parents a40cb46 + 90af696 commit fa45cbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions salt/modules/boto_ec2.py
Expand Up @@ -495,8 +495,8 @@ def create_image(ami_name, instance_id=None, instance_name=None, tags=None, regi
.. code-block:: bash
salt myminion boto_ec2.create_instance ami_name instance_name=myinstance
salt myminion boto_ec2.create_instance another_ami_name tags='{"mytag": "value"}' description='this is my ami'
salt myminion boto_ec2.create_image ami_name instance_name=myinstance
salt myminion boto_ec2.create_image another_ami_name tags='{"mytag": "value"}' description='this is my ami'
'''

Expand Down

0 comments on commit fa45cbc

Please sign in to comment.