Do not edit man pages directly

This commit is contained in:
Megan Wilhite 2021-02-11 13:56:26 -05:00
parent e104d5e8c1
commit 115304a438
2 changed files with 7 additions and 8 deletions

View file

@ -77091,7 +77091,7 @@ $ salt\-cloud \-f show_image virtualbox image=my_vm_name
New in version 2015.5.4.
.sp
\fBAuthor\fP: Nitin Madhok <\fI\%nmadhok@g.clemson.edu\fP>
\fBAuthor\fP: Nitin Madhok <\fI\%nmadhok@clemson.edu\fP>
.sp
The VMware cloud module allows you to manage VMware ESX, ESXi, and vCenter.
.SS Dependencies
@ -103582,7 +103582,7 @@ See Getting started with VMware to get started.
.INDENT 0.0
.TP
.B codeauthor
Nitin Madhok <\fI\%nmadhok@g.clemson.edu\fP>
Nitin Madhok <\fI\%nmadhok@clemson.edu\fP>
.UNINDENT
.SS Dependencies
.INDENT 0.0
@ -332658,7 +332658,7 @@ Module for running ZFS command
.INDENT 0.0
.TP
.B codeauthor
Nitin Madhok <\fI\%nmadhok@g.clemson.edu\fP>, Jorge Schrauwen <\fI\%sjorge@blackdot.be\fP>
Nitin Madhok <\fI\%nmadhok@clemson.edu\fP>, Jorge Schrauwen <\fI\%sjorge@blackdot.be\fP>
.TP
.B maintainer
Jorge Schrauwen <\fI\%sjorge@blackdot.be\fP>
@ -335217,7 +335217,7 @@ Module for running ZFS zpool command
.INDENT 0.0
.TP
.B codeauthor
Nitin Madhok <\fI\%nmadhok@g.clemson.edu\fP>, Jorge Schrauwen <\fI\%sjorge@blackdot.be\fP>
Nitin Madhok <\fI\%nmadhok@clemson.edu\fP>, Jorge Schrauwen <\fI\%sjorge@blackdot.be\fP>
.TP
.B maintainer
Jorge Schrauwen <\fI\%sjorge@blackdot.be\fP>
@ -355083,7 +355083,7 @@ Runner to interact with Novell ASAM Fan\-Out Driver
.INDENT 0.0
.TP
.B codeauthor
Nitin Madhok <\fI\%nmadhok@g.clemson.edu\fP>
Nitin Madhok <\fI\%nmadhok@clemson.edu\fP>
.UNINDENT
.sp
To use this runner, set up the Novell Fan\-Out Driver URL, username and password in the
@ -355949,7 +355949,7 @@ Runner to interact with DNS server and create/delete/update DNS records
.INDENT 0.0
.TP
.B codeauthor
Nitin Madhok <\fI\%nmadhok@g.clemson.edu\fP>
Nitin Madhok <\fI\%nmadhok@clemson.edu\fP>
.UNINDENT
.INDENT 0.0
.TP
@ -361765,7 +361765,7 @@ Runner to interact with Spacewalk using Spacewalk API
.INDENT 0.0
.TP
.B codeauthor
Nitin Madhok <\fI\%nmadhok@g.clemson.edu\fP>, Joachim Werner <\fI\%joe@suse.com\fP>, Benedikt Werner <\fI\%1benediktwerner@gmail.com\fP>
Nitin Madhok <\fI\%nmadhok@clemson.edu\fP>, Joachim Werner <\fI\%joe@suse.com\fP>, Benedikt Werner <\fI\%1benediktwerner@gmail.com\fP>
.TP
.B maintainer
Benedikt Werner <\fI\%1benediktwerner@gmail.com\fP>

View file

@ -9,7 +9,6 @@ Tests for salt.modules.zpool
"""
import pytest
import salt.loader
import salt.modules.zpool as zpool
import salt.utils.decorators