Hi, sorry for following up late.
On 02/06/2012 08:27 AM, Kenichi Tsunokawa wrote: > Hello, > I'm trying to puppet kick with class option. > > Pupper Master: puppetmaster.example.com > Puppet Client1: host1.example.net > Puppet Client2: host2.example.net > > But I get this error. > > --- > [root@puppetmaster ~]# puppet kick --class test --debug > test: host1.example.net.example.com, host2.example.net.example.com > Triggering host1.example.net.example.com, > host2.example.net.example.com > Host host1.example.net.example.com failed: getaddrinfo: Name or > service not known > host1.example.net.example.com finished with exit code 2 > Triggering host2.example.net.example.com > Host host2.example.net.example.com failed: getaddrinfo: Name or > service not known > host2.example.net.example.com finished with exit code 2 > Failed: host1.example.net.example.com, host2.example.net.example.com > --- > > Maybe Puppetmaster was loaded "cn=host1.example.net" and > "dc=example,dc=com". Unfortunately I'm neither really proficient with neither puppet kick nor LDAP. Can you modify the LDAP database for your test setup? I believe you should really try to pinpoint the problem to a specific detail in your DB. Perhaps you can loose the "dc=com" for a while? HTH, Felix -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
