Dear all,

According to the Puppet doc, I used this:

node /^farm0\d+$/ inherits workernode {
}

in the node.pp to match any host like farm001.example.com but I get
error on the client nodes:

err: Could not retrieve catalog from remote server: Error 400 on
SERVER: Could not find node 'farm029.example.com' on node
farm029.example.com
warning: Not using cache on failed catalog

Any idea what's I'm doing wrong? FYI, if I remove the "example.com"
part and use only  "/^farm0\d+/" it works. Much appreciated your help.
Cheers!!!

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to