Every time I run puppet, I get this error.
err: /File[/var/lib/puppet/lib]: Failed to retrieve current state of resource: Could not retrieve information from source(s) puppet://puppet/plugins
|
Every time I run puppet, I get this error.
| |||
|
feedback
|
|
The reason this error comes up is you have pluginsync enabled, and you don't have any plugins to sync. pluginsync is enabled by default in the Ubuntu packages. Unfortunately, due to the design of puppet, the error message is a bit imposing, and throws up some pink in your otherwise green --test output. There are two options:
The easiest workaround is to create a single (Answer found in this bug report.) | |||
|
feedback
|
|
Check the log file on the server if there any clues, but most likely it's caused by a misconfigured fileserver.conf for puppetmaster. | |||
feedback
|