diff --git a/deployment_scripts/puppet/manifests/dynatrace-agent.pp b/deployment_scripts/puppet/manifests/dynatrace-agent.pp index 487538a..13cc131 100644 --- a/deployment_scripts/puppet/manifests/dynatrace-agent.pp +++ b/deployment_scripts/puppet/manifests/dynatrace-agent.pp @@ -14,9 +14,6 @@ else { $url = "https://${tenant}.live.dynatrace.com/installer/agent/unix/latest/${token}" } -notify {$url:} -> -notify {$file:} -> - download {'Download Dynatrace OneAgent': uri => $url, dest => $file diff --git a/deployment_scripts/puppet/manifests/dynatrace-security-gateway.pp b/deployment_scripts/puppet/manifests/dynatrace-security-gateway.pp index 137570e..adfd512 100644 --- a/deployment_scripts/puppet/manifests/dynatrace-security-gateway.pp +++ b/deployment_scripts/puppet/manifests/dynatrace-security-gateway.pp @@ -14,9 +14,6 @@ else { $url = "https://${tenant}.live.dynatrace.com/installer/sg/unix/latest/${token}" } -notify {$url:} -> -notify {$file:} -> - download {'Download Dynatrace Security Gateway': uri => $url, dest => $file