Matt Perkins
04/29/2022, 2:48 PMBen Roberts
04/29/2022, 2:50 PMCVQuesty
04/29/2022, 2:50 PMpackage { 'foo':
ensure => '1.2.4',
}
or even manage the packages in your repository, whether Yum or Spacewalk, or Satellite) and then just ask Puppet to put in the latest:
package { 'foo':
ensure => 'latest',
}
Ben Roberts
04/29/2022, 2:51 PMMatt Perkins
04/29/2022, 2:51 PMMatt Perkins
04/29/2022, 2:51 PMBen Roberts
04/29/2022, 2:52 PMBen Roberts
04/29/2022, 2:52 PMBen Roberts
04/29/2022, 2:52 PMCVQuesty
04/29/2022, 2:53 PMCVQuesty
04/29/2022, 2:53 PMBen Roberts
04/29/2022, 2:53 PMBen Roberts
04/29/2022, 2:53 PMMatt Perkins
04/29/2022, 2:54 PMCVQuesty
04/29/2022, 2:55 PMCVQuesty
04/29/2022, 2:55 PMBen Roberts
04/29/2022, 2:55 PMCVQuesty
04/29/2022, 2:56 PMMatt Perkins
04/29/2022, 2:56 PMCVQuesty
04/29/2022, 2:57 PMCVQuesty
04/29/2022, 2:58 PMYep, itâs a VM, snapshot was taken a few hours ago.
CVQuesty
04/29/2022, 2:58 PMCVQuesty
04/29/2022, 2:58 PMMatt Perkins
04/29/2022, 3:01 PMop-ct
04/29/2022, 3:11 PMop-ct
04/29/2022, 3:16 PMop-ct
04/29/2022, 3:31 PMop-ct
04/29/2022, 3:34 PMpuppet-agent
package provided Puppet 4.10.12?
(That might be a bad example; @csharpsteen might be one of the few that will remember đop-ct
04/29/2022, 3:34 PMMatt Perkins
04/29/2022, 3:45 PMyum remove mongodb
and yum remove mongodb-server
then change some ownership of the directories to match the user running it and it's back running. Thanks again!!