Question

when I try to connect the puppet agent with puppet agent --test, I have this error :

Info: Retrieving plugin Error: Could not retrieve catalog from remote server: Error 400 on SERVER :Could not find class <my_module> for <my_agent> on node <my_agent> Warning: Not using cache on failed catalog Error: Could not retrieve catalog; skipping run

I have import nodes on sites.pp and include <my_module> on nodes.pp

--edit--

Content of sites.pp :

import "nodes" filebucket { main: server => "<my_master>" } File { backup => main } Exec { path => "/usr/bin:/usr/sbon:/bin:/sbin" }

Content of nodes.pp :

node "<my_agent>" { include <my_module> }

--edit--

What is the real problem ?

Thanks

Was it helpful?

Solution

I have created another VM, and that's working now ! =)

Maybe I have taken a mistake in the network configuration.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top