Skip to content

Commit 406fc48

Browse files
committed
Update salt-minion.md
Made changes based on AcroLinux scorecard
1 parent 4f3bf40 commit 406fc48

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

articles/virtual-machines/extensions/salt-minion.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ ms.date: 01/24/2024
1313
## Prerequisites
1414

1515
* A Microsoft Azure account with one (or more) Windows or Linux VMs
16-
* A Salt Master (either on-prem or in a cloud) that can accept connections from Salt minions hosted on Azure
16+
* A Salt Master (either on-premises or in a cloud) that can accept connections from Salt minions hosted on Azure
1717
* The Salt Minion VM Extension requires that the target VM is connected to the internet in order to fetch Salt packages
1818

1919
## Supported Platforms
2020

21-
Azure VM running any of the following:
21+
Azure VM running any of the following supported OS:
2222

2323
* Ubuntu 20.04, 22.04 (x86_64)
2424
* Debian 10, 11 (x86_64)
@@ -27,7 +27,7 @@ Azure VM running any of the following:
2727
* Microsoft Windows 10, 11 Pro (x86_64)
2828
* Microsoft Windows Server 2012 R2, 2016, 2019, 2022 Datacenter (x86_64)
2929

30-
If you want another distro to be supported (assuming Salt [supports](https://docs.saltproject.io/salt/install-guide/en/latest/topics/salt-supported-operating-systems.html) it), please file an issue on [Gitlab](https://gitlab.com/turtletraction-oss/azure-salt-vm-extensions/-/issues).
30+
If you want another distro to be supported (assuming Salt [supports](https://docs.saltproject.io/salt/install-guide/en/latest/topics/salt-supported-operating-systems.html) it), an issue can be filed on [GitLab](https://gitlab.com/turtletraction-oss/azure-salt-vm-extensions/-/issues).
3131

3232
## Supported Salt Minion versions
3333

@@ -43,9 +43,9 @@ If you want another distro to be supported (assuming Salt [supports](https://doc
4343

4444
* `master_address` - Salt Master address to connect to (`localhost` by default)
4545
* `minion_id` - Minion ID (hostname by default)
46-
* `salt_version` - Salt Minion version to install, e.g. `3006.1` (`latest` by default)
46+
* `salt_version` - Salt Minion version to install, for example `3006.1` (`latest` by default)
4747

48-
## Install Salt Minion using the Azure Portal UI
48+
## Install Salt Minion using the Azure Portal
4949

5050
1. Select one of your VMs
5151
2. In the left menu click **Extensions + applications**
@@ -69,7 +69,7 @@ az vm extension delete --resource-group my-group --vm-name vm-ubuntu22 --name sa
6969
az vm extension delete --resource-group my-group --vm-name vm-windows11 --name salt-minion.windows
7070
```
7171

72-
## Install Salt Minion using the Azure ARM tempate
72+
## Install Salt Minion using the Azure ARM template
7373

7474
```json
7575
{
@@ -113,7 +113,7 @@ az vm extension delete --resource-group my-group --vm-name vm-windows11 --name s
113113

114114
## Install Salt Minion using Terraform
115115

116-
Assuming that you have defined a VM resource in TF named `vm_ubuntu`, then use something like this to install the extension on it:
116+
Assuming that you have defined a VM resource in TerraForm named `vm_ubuntu`, then use something like this to install the extension on it:
117117

118118
```hcl
119119
resource "azurerm_virtual_machine_extension" "vmext_ubuntu" {
@@ -135,7 +135,7 @@ SETTINGS
135135

136136
## Support
137137

138-
* For commercial support or assistance with Salt you can visit the extension creator, [TurtleTraction](https://turtletraction.com/salt-open-support)
139-
* The source code of this extension is available on [Gitlab](https://gitlab.com/turtletraction-oss/azure-salt-vm-extensions/)
140-
* For Azure related issues you can file an Azure support incident. Go to the [Azure support site](https://azure.microsoft.com/support/options/) and select Get support
138+
* For commercial support or assistance with Salt, you can visit the extension creator, [TurtleTraction](https://turtletraction.com/salt-open-support)
139+
* The source code of this extension is available on [GitLab](https://gitlab.com/turtletraction-oss/azure-salt-vm-extensions/)
140+
* For Azure related issues, you can file an Azure support incident. Go to the [Azure support site](https://azure.microsoft.com/support/options/) and select Get support
141141

0 commit comments

Comments
 (0)