Add esxi module and state to docs build

Also fixed some minor doc errors
This commit is contained in:
rallytime 2015-12-17 16:33:59 -07:00
parent ab61f78295
commit e7c5863468
6 changed files with 16 additions and 1 deletions

View file

@ -95,6 +95,7 @@ Full list of builtin execution modules
elasticsearch
environ
eselect
esxi
etcd_mod
event
extfs

View file

@ -0,0 +1,6 @@
=================
salt.modules.esxi
=================
.. automodule:: salt.modules.esxi
:members:

View file

@ -60,6 +60,7 @@ Full list of builtin state modules
environ
eselect
etcd_mod
esxi
event
file
firewalld

View file

@ -0,0 +1,6 @@
================
salt.states.esxi
================
.. automodule:: salt.states.esxi
:members:

View file

@ -66,7 +66,7 @@ ESXi Password
The ESXi Proxy Minion uses VMware's API to perform tasks on the host as if it was
a regular Salt Minion. In order to access the API that is already running on the
ESXi host, the ESXi host must have a username and password that is used to log
into the host. THe username is usually ``root``. Before Salt can access the ESXi
into the host. The username is usually ``root``. Before Salt can access the ESXi
host via VMware's API, a default password *must* be set on the host.
pyVmomi

View file

@ -438,6 +438,7 @@ def vmotion_configured(name, enabled, device='vmk0'):
configure-vmotion:
esxi.vmotion_configured:
- enabled: True
- device: sample-device
'''
ret = {'name': name,