We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5f6678e + b1d0c09 commit bbbb346Copy full SHA for bbbb346
components/datadog/agent/host.go
@@ -91,7 +91,6 @@ func (h *HostAgent) installScriptInstallation(env config.Env, params *agentparam
91
}
92
93
func (h *HostAgent) directInstallInstallation(env config.Env, params *agentparams.Params, baseOpts ...pulumi.ResourceOption) (command.Command, error) {
94
-
95
var wantedExt string
96
switch h.Host.OS.Descriptor().Flavor {
97
case tifos.AmazonLinux, tifos.CentOS, tifos.RedHat, tifos.AmazonLinuxECS, tifos.Fedora, tifos.Suse, tifos.RockyLinux:
0 commit comments