nickgw
05/23/2023, 4:58 PMvalues
key ? I thought it was puppet 7 in general, but i've got a linux host on 7.13.1
where facts are returned in values
and a windows host on 7.18.0 where they aren'tjosh
05/23/2023, 5:12 PMjosh
05/23/2023, 5:15 PMpuppet facts find
then you're going to get a Puppet::Node::Facts
object serialization including values
josh
05/23/2023, 5:16 PMpuppet facts show
then it will just print the fact values (which is probably what you really want)nickgw
05/23/2023, 5:17 PMpuppet facts find
on each system and 7.13.1 returned in the values key, 7.18.0 did notnickgw
05/23/2023, 5:20 PMnickgw
05/23/2023, 5:21 PMSlackbot
05/23/2023, 5:24 PMbastelfreak
05/23/2023, 5:25 PMbastelfreak
05/23/2023, 5:36 PMjosh
05/23/2023, 5:43 PMpuppet-agent
, pdk
, bolt
, etc packagesjosh
05/23/2023, 5:44 PMjosh
05/23/2023, 5:44 PMbastelfreak
05/23/2023, 5:45 PMjosh
05/23/2023, 5:50 PMbastelfreak
05/23/2023, 5:51 PMbastelfreak
05/23/2023, 5:52 PMjosh
05/23/2023, 5:55 PMjosh
05/23/2023, 5:59 PMjosh
05/23/2023, 6:00 PMbeaker
, et al to recognize/handle the new OS/arch combinationDr Bunsen Honeydew
05/23/2023, 6:02 PMbastelfreak
05/23/2023, 6:02 PMjosh
05/23/2023, 6:12 PMbastelfreak
05/23/2023, 6:12 PMbastelfreak
05/23/2023, 6:13 PMcsharpsteen
05/23/2023, 6:14 PMpuppet-agent
and puppet-runtime
builds inside containers. It's been a while since I've worked on it, so likely some cobwebs there.bastelfreak
05/23/2023, 6:14 PMjosh
05/23/2023, 6:20 PMcsharpsteen
05/23/2023, 6:24 PM-e docker
and then the project configurations for puppet-runtime
and puppet-agent
clone and build those projects inside the container with -e local
.bastelfreak
05/23/2023, 6:25 PM