mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Use the correct port numbers in documentation
This commit is contained in:
parent
876991a452
commit
6106f1d829
2 changed files with 2 additions and 2 deletions
|
@ -2457,7 +2457,7 @@ Create a file named \fB/etc/ufw/applications.d/salt\-master\fP
|
|||
[Salt Master]
|
||||
title=Salt master
|
||||
description=Salt is a remote execution and configuration management tool.
|
||||
ports=4205,4206/tcp
|
||||
ports=4505,4506/tcp
|
||||
.ft P
|
||||
.fi
|
||||
.SS pf.conf
|
||||
|
|
|
@ -46,7 +46,7 @@ Create a file named ``/etc/ufw/applications.d/salt-master`` ::
|
|||
[Salt Master]
|
||||
title=Salt master
|
||||
description=Salt is a remote execution and configuration management tool.
|
||||
ports=4205,4206/tcp
|
||||
ports=4505,4506/tcp
|
||||
|
||||
pf.conf
|
||||
=======
|
||||
|
|
Loading…
Add table
Reference in a new issue