Hi,
I keep getting an error when I run puppet on my client machine:
err: Could not retrieve catalog from remote server: Could not intern from pson: unexpected token in object at <random text from template file>
If I run puppet agent on the client I get this error, but trying again it will work after maybe a couple of goes:
err: Could not retrieve catalog from remote server: Could not intern from pson: expected value in object at '"\n#\n# This is the '!
notice: Using cached catalog
err: Could not retrieve catalog; skipping run
err: Could not retrieve catalog from remote server: Could not intern from pson: unexpected token in object at '"requir'!
notice: Using cached catalog
err: Could not retrieve catalog; skipping run
info: Applying configuration version '1415713590'
notice: Finished catalog run in 1.06 seconds
I have done some searching on google and can find no info on this error.
What does it mean by "intern from pson" and what is "pson"
This looks to me like a glitch but is a very annoying glitch as it fills my logs will failures to get the catalog.
This is puppet 2.7.25-2 on Oracle Enterprise Linux 6.5.
Thanks
Andy