mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Don't reference driver in older salt versions
This commit is contained in:
parent
f011890217
commit
35e13eef1d
2 changed files with 6 additions and 6 deletions
|
@ -33,19 +33,19 @@ set up in the cloud configuration at
|
|||
.. code-block:: yaml
|
||||
|
||||
my-vmware-config:
|
||||
driver: vmware
|
||||
provider: vmware
|
||||
user: "DOMAIN\user"
|
||||
password: "verybadpass"
|
||||
url: "vcenter01.domain.com"
|
||||
|
||||
vmware-vcenter02:
|
||||
driver: vmware
|
||||
provider: vmware
|
||||
user: "DOMAIN\user"
|
||||
password: "verybadpass"
|
||||
url: "vcenter02.domain.com"
|
||||
|
||||
vmware-vcenter03:
|
||||
driver: vmware
|
||||
provider: vmware
|
||||
user: "DOMAIN\user"
|
||||
password: "verybadpass"
|
||||
url: "vcenter03.domain.com"
|
||||
|
|
|
@ -27,19 +27,19 @@ cloud configuration at
|
|||
.. code-block:: yaml
|
||||
|
||||
my-vmware-config:
|
||||
driver: vmware
|
||||
provider: vmware
|
||||
user: "DOMAIN\\user"
|
||||
password: "verybadpass"
|
||||
url: "vcenter01.domain.com"
|
||||
|
||||
vmware-vcenter02:
|
||||
driver: vmware
|
||||
provider: vmware
|
||||
user: "DOMAIN\\user"
|
||||
password: "verybadpass"
|
||||
url: "vcenter02.domain.com"
|
||||
|
||||
vmware-vcenter03:
|
||||
driver: vmware
|
||||
provider: vmware
|
||||
user: "DOMAIN\\user"
|
||||
password: "verybadpass"
|
||||
url: "vcenter03.domain.com"
|
||||
|
|
Loading…
Add table
Reference in a new issue