vEducate archive

General

97 practical General guides and field notes.

A debugging example of Salt Win-Repo issues

The Issue I was hitting issues when trying to use the Salt Win-Repo to install software. Below is a copy of my state file. ensure_malwarebytes_installed: pkg.installed: - pkgs: - malwarebytes It would fail with the below helpful error messages. But most…

Read guide

vSphere with Tanzu - Can I disable DRS?

[lwptoc] Can I disable DRS? No. Why can't I disable DRS when Workload Management is enabled? DRS is a mandatory feature for workload management, the WCP service relies on objects such as Resource Pools to operate. Update - 29th October The vSphere with Tanzu…

Read guide