mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Updated FreeBSD installation docs:
- fixed URL in description - set https in all URLs
This commit is contained in:
parent
5818b28c85
commit
ffc77259c9
1 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@ SaltStack repo
|
|||
==============
|
||||
|
||||
SaltStack also hosts internal binary builds of the Salt package, available from
|
||||
http://repo.saltstack.org/freebsd/. To make use of this repository, add the
|
||||
https://repo.saltstack.com/freebsd/. To make use of this repository, add the
|
||||
following file to your system:
|
||||
|
||||
**/usr/local/etc/pkg/repos/saltstack.conf:**
|
||||
|
@ -39,7 +39,7 @@ following file to your system:
|
|||
.. code-block:: json
|
||||
|
||||
saltstack: {
|
||||
url: "http://repo.saltstack.com/freebsd/${ABI}/",
|
||||
url: "https://repo.saltstack.com/freebsd/${ABI}/",
|
||||
mirror_type: "http",
|
||||
enabled: yes
|
||||
priority: 10
|
||||
|
|
Loading…
Add table
Reference in a new issue