[salt.cloud] missing a : in documentation

This commit is contained in:
Daniel Wallace 2014-02-08 22:05:14 -06:00
parent 767893956d
commit 7042099c14
2 changed files with 4 additions and 4 deletions

View file

@ -90877,7 +90877,7 @@ my\-openstack\-config:
\- floating:
\- Ext\-Net
files:
/path/to/dest.txt
/path/to/dest.txt:
/local/path/to/src.txt
provider: openstack
@ -90944,7 +90944,7 @@ restrictions.
.ft C
my\-openstack\-config:
files:
/path/to/dest.txt
/path/to/dest.txt:
/local/path/to/src.txt
.ft P
.fi

View file

@ -43,7 +43,7 @@ Set up in the cloud configuration at ``/etc/salt/cloud.providers`` or
- floating:
- Ext-Net
files:
/path/to/dest.txt
/path/to/dest.txt:
/local/path/to/src.txt
provider: openstack
@ -88,7 +88,7 @@ restrictions.
my-openstack-config:
files:
/path/to/dest.txt
/path/to/dest.txt:
/local/path/to/src.txt
'''