From 28c1764d98f92d02b5f860646ce62d7cddc03bba Mon Sep 17 00:00:00 2001 From: dirkwall Date: Mon, 7 Nov 2016 13:24:22 +0100 Subject: [PATCH] removed debug output --- deployment_scripts/puppet/manifests/dynatrace-agent.pp | 3 --- .../puppet/manifests/dynatrace-security-gateway.pp | 3 --- 2 files changed, 6 deletions(-) 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