I figured this out,  I had this in my agent config:

    pluginfactsource = puppet://puppet/modules/pluginfacts
    pluginsource = puppet://puppet/modules/plugins

changed it to
     pluginfactsource = puppet://puppet/pluginfacts
    pluginsource = puppet://puppet/plugins

and all is good.



On Tuesday, May 27, 2025 at 10:02:36 AM UTC-6 Trey Ormsbee wrote:

> I am upgrading all my old puppet 6 agents to puppet7,  I have been running 
> puppetserver7 for a long while but never got around to updating the 
> agents.  Im finally ready to update the agents and am running into an issue 
> with the agent not being able to performe plugin syncs.
>
> the puppet6 agents, lookup the plugins at this path: 'GET 
> /puppet/v3/file_metadatas/plugins?recurse=false&links=manage&checksum_type=md5&source_permissions=ignore&environment=production
>  
> HTTP/1.1'
>
> the puppet7 agents are looking up at this path: 'GET 
> /puppet/v3/file_metadatas/modules/plugins?recurse=false&links=manage&checksum_type=sha256&source_permissions=ignore&environment=production
>  
> HTTP/1.1'
>
> the puppet 7 agents get a 404,  the logs on the puppetserver show: 
> [puppetserver] Puppet Could not find filesystem info for file 
> 'modules/plugins' in environment production
> [puppetserver] Puppet Not Found: Could not find instances in file_metadata 
> with 'modules/plugins'
>
> am I missing a setting?,  im not sure why the puppet7 agent is using a 
> different path for this.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion visit 
https://groups.google.com/d/msgid/puppet-users/e9793d8c-f527-44cf-875b-73c85c5fa12fn%40googlegroups.com.

Reply via email to