Hi There,
datadog-agent isnt the Puppet agent, this is a separate telemetry product
This sounds like you may have installed the latest open source puppet
repository which is overwriting the one Puppet enterprise requires to
function
`dpkg-query --show --showformat '${Package}\n' | grep --extended-regexp
'^pe-|^puppet'`
Check the list for the presence of an open-source puppet6-release package,
remove it if present, and then install the appropriate version from the
local path:
sudo dpkg -i
/opt/puppetlabs/server/data/packages/public/latest/<os>/<package_name/
On Thursday, July 2, 2020 at 1:49:38 PM UTC+1 [email protected] wrote:
> Hi Team,
>
> We have upgrade our PE to 2019.5.0 from 2019.1.0. We could observe the
> Puppet console showing the correct version which is 2019.5.0.
>
> But when we ran the puppet --version we are getting the 6.16.0 rather than
> 6.14.0.
>
> we are unable to downgrade the puppet agent version from 6.16.0 to 6.14.0.
> when we use the below command we are getting *"unable to locate package
> datadog-agent". * But the package is existing and we tried to execute the
> command from the root & package location, no luck.
>
> sudo apt-get update && sudo apt-get install --allow-downgrades
> datadog-agent=1:6.14.0-1
>
> Requesting to provide inputs to address this issue.
>
> Regards
> Vinay
>
>
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/puppet-users/dd0ea5c7-deb6-473f-855f-5cbf85a91a4bn%40googlegroups.com.