Hi! Did someone else notice similar behaviour? I use "puppet kick hostname.domain.net" to occasionally trigger catalog runs. But it does not work if I specify IP in auth.conf, like this: ---------------------------------------- path /run method save allow 1.2.3.4 ---------------------------------------- It does, however, work if I use hostname of the machine: ---------------------------------------- path /run method save allow hostname.domain.net ---------------------------------------- It stops working again if I don''t use exact hostname, but an alias: ---------------------------------------- path /run method save allow puppetmaster.domain.net ---------------------------------------- Am I missing something? Tnx, b. -- 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+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
On Dec 6, 2010, at 3:54 PM, Bostjan Skufca wrote:> Hi! > > Did someone else notice similar behaviour? > > I use "puppet kick hostname.domain.net" to occasionally trigger > catalog runs. But it does not work if I specify IP in auth.conf, like > this: > ---------------------------------------- > path /run > method save > allow 1.2.3.4 > ---------------------------------------- > > It does, however, work if I use hostname of the machine: > ---------------------------------------- > path /run > method save > allow hostname.domain.net > ---------------------------------------- > > > Am I missing something?It''s not using hostname. It''s using certname which is often the same as hostname. -- 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+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.