diff --git a/manifests/install.pp b/manifests/install.pp index 83677d4..bce8659 100644 --- a/manifests/install.pp +++ b/manifests/install.pp @@ -69,6 +69,6 @@ } } package { "instana-agent-${$instana_agent::flavor}": - ensure => 'installed', + ensure => 'latest', } }