helindbe
09/20/2022, 9:00 PMhelindbe
09/20/2022, 9:02 PMhelindbe
09/20/2022, 9:03 PMSkylar Thompson
09/20/2022, 9:04 PMmapped_paths
. Not sure when that was added but we're using it successfullySkylar Thompson
09/20/2022, 9:04 PMJohn Ratliff
09/20/2022, 9:05 PMSkylar Thompson
09/20/2022, 9:05 PMmapped_paths
not to work as expected unless you pass in the node-scope variable to the function.helindbe
09/20/2022, 9:05 PMhelindbe
09/20/2022, 9:06 PMhelindbe
09/20/2022, 9:11 PMmapped_paths
). Still, you want to avoid doing this even if it works.sameer
09/21/2022, 6:02 AMsameer
09/21/2022, 6:18 AMSlackbot
09/21/2022, 7:36 AMSlackbot
09/21/2022, 9:56 AMSlackbot
09/21/2022, 10:49 AMSlackbot
09/21/2022, 10:52 AMGraeme Donaldson
09/21/2022, 11:46 AMGraeme Donaldson
09/21/2022, 12:29 PMkrishna kant mishra
09/21/2022, 12:33 PMJohn Ratliff
09/21/2022, 2:47 PM$ puppet lookup -E jdratlif --node <http://test-node.example.com|test-node.example.com> --explain test_fact
Error: Could not run: Lookup of key 'lookup_options' failed: Lookup using eyaml lookup_key function is only supported when the hiera_eyaml library is present
Why would I see this error on my puppet server when using puppet lookup
. We are using eyaml, and our puppet runs fine, but I cannot use puppet lookup from CLI here.John Ratliff
09/21/2022, 2:48 PM$ puppet lookup -E jdratlif --node <http://test-node.example.com|test-node.example.com> --explain test_fact
Error: Could not run: Lookup of key 'lookup_options' failed: Lookup using eyaml lookup_key function is only supported when the hiera_eyaml library is present
Why would I see this error on my puppet server when using puppet lookup
. We are using eyaml, and our puppet runs fine, but I cannot use puppet lookup from CLI here.John Ratliff
09/21/2022, 2:48 PMnatemccurdy
09/21/2022, 2:48 PMnatemccurdy
09/21/2022, 2:49 PMsudo /opt/puppetlabs/puppet/bin/gem install hiera-eyaml
Slackbot
09/21/2022, 2:49 PMnatemccurdy
09/21/2022, 2:50 PMsudo /opt/puppetlabs/puppet/bin/gem install hiera-eyaml
natemccurdy
09/21/2022, 2:50 PMSlackbot
09/21/2022, 7:32 PMsimonhoenscheid
09/21/2022, 7:34 PMsameer
09/21/2022, 8:00 PM