mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
[salt.cloud] missing a : in documentation
This commit is contained in:
parent
767893956d
commit
7042099c14
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
'''
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue