VoxBot
07/19/2023, 9:28 AMVoxBot
07/19/2023, 9:36 AMVoxBot
07/19/2023, 9:38 AMVoxBot
07/19/2023, 11:46 AMVoxBot
07/19/2023, 11:53 AMVoxBot
07/19/2023, 11:55 AMVoxBot
07/20/2023, 3:22 PMSlackbot
07/20/2023, 3:45 PMVoxBot
07/20/2023, 3:50 PMVoxBot
07/20/2023, 3:51 PMVoxBot
07/20/2023, 3:51 PMVoxBot
07/20/2023, 3:52 PMYury Bushmelev
07/20/2023, 3:53 PMVoxBot
07/20/2023, 3:54 PMVoxBot
07/21/2023, 10:25 AMVoxBot
07/21/2023, 10:25 AMVoxBot
07/21/2023, 10:26 AMVoxBot
07/21/2023, 10:26 AMVoxBot
07/21/2023, 10:28 AMVoxBot
07/21/2023, 10:38 AMVoxBot
07/21/2023, 10:38 AMRicard Valverde
07/21/2023, 11:06 AMgem
installation ? The idea is to use 2 already generated catalogs.
The problem is that puppet installed as a gem does not have the puppetdb
requirement that catalog_diff apparently uses:
$ bundle exec puppet catalog diff --version
Error: Could not autoload puppet/face/catalog/diff: cannot load such file -- puppet/util/puppetdb
Error: Could not parse application options: Could not autoload puppet/face/catalog/diff: cannot load such file -- puppet/util/puppetdb
Slackbot
07/21/2023, 11:11 AMVoxBot
07/21/2023, 11:16 AMVoxBot
07/21/2023, 12:40 PMYury Bushmelev
07/21/2023, 1:02 PMVariant[String, Array[String]]
to just Array[String]
you can use Array.new($x, true)
Yury Bushmelev
07/21/2023, 1:02 PMtrue
is important, see https://github.com/puppetlabs/puppet-specifications/blob/master/language/types_values_variables.md#arraynew)Yury Bushmelev
07/21/2023, 1:03 PM.new()
even.. can be just Array($x, true)
Yury Bushmelev
07/21/2023, 1:07 PMVoxBot
07/21/2023, 1:35 PM