Hello,
currently I have my puppet server only dealing with debian clients. Everything is fine.
I tried to add a new client running Cento s7, but I encounter a weird situation, the client compilation is failing with error :
[root@ratest /]#puppet agent -t
Info: Retrieving pluginfacts
Info: Retrieving plugin
Info: Loading facts
Error: Could not retrieve catalog from remote server: Error 400 on SERVER: This module only works on Debian or derivatives like Ubuntu at /etc/puppet/modules/apt/manifests/params.pp:4 on node ratest.domain.local
Warning: Not using cache on failed catalog
Error: Could not retrieve catalog; skipping run
I see that the client is getting in apt module logic which of course isn't made for CentOS. But I didn't set anywhere on the node to load this module, here is my site.pp :
node 'ratest.domain.local'
{
}
Even with this simple node definition the compilation is failing.
Any tips to point me to the right direction ?
Thank you
↧