ensure yum repo name is set.

Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
This commit is contained in:
Thomas Sjögren 2020-03-02 14:38:53 +01:00
parent c9fb9f514d
commit 3cd4b97828

View File

@ -112,6 +112,7 @@ $version = undef
'RedHat' : { 'RedHat' : {
yumrepo { 'microsoftpackages' : yumrepo { 'microsoftpackages' :
baseurl => "https://packages.microsoft.com/${distro}/${version}/${channel}", baseurl => "https://packages.microsoft.com/${distro}/${version}/${channel}",
descr => "packages-microsoft-com-prod-${channel}",
enabled => 1, enabled => 1,
gpgcheck => 1, gpgcheck => 1,
gpgkey => 'https://packages.microsoft.com/keys/microsoft.asc' gpgkey => 'https://packages.microsoft.com/keys/microsoft.asc'
@ -181,7 +182,7 @@ orgId : "[your organization identifier]"
You can check that devices have been correctly onboarded by creating a script. For example, the following script checks enrolled devices for onboarding status: You can check that devices have been correctly onboarded by creating a script. For example, the following script checks enrolled devices for onboarding status:
```bash ```bash
$ mdatp --health healthy mdatp --health healthy
``` ```
The above command prints `1` if the product is onboarded and functioning as expected. The above command prints `1` if the product is onboarded and functioning as expected.