We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79a6a56 commit b1d0c09Copy full SHA for b1d0c09
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