We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4e49f8 commit efc3629Copy full SHA for efc3629
1 file changed
manifests/ubuntu/agent5.pp
@@ -39,7 +39,7 @@
39
# hit this code path. We can't use 'Package' because we later have
40
# to ensure dastadog-agent is present.
41
42
- if ($facts['apt_agent6_beta_repo'] or $facts['apt_agent6_beta_repo']) and $agent_version == 'latest' {
+ if ($facts['apt_agent6_beta_repo'] or $facts['apt_agent6_repo']) and $agent_version == 'latest' {
43
exec { 'datadog_apt-get_remove_agent6':
44
command => '/usr/bin/apt-get remove -y -q datadog-agent',
45
}
0 commit comments