Douglas Garstang
2009-Oct-08 23:02 UTC
[Puppet Users] puppetbucket.addfile: execution expired
I''m having some trouble serving out files with puppet.
The following is appearing in the log:
Oct 8 15:52:42 app1.fr.xxx.com puppetd[7045]: Connection timeout
calling puppetbucket.addfile: execution expired
My /etc/puppet/fileserver.conf has:
[files]
path /etc/puppet
allow *.fr.xxx.com
allow 10.10.4.0/24
[modules]
allow *.fr.xxx.com
allow 10.10.4.0/24
It wasn''t clear to be from the docs exactly what should be in this
file, or how it works. I saw some examples with the [modules] section
and some without. Some examples have /etc/puppet/files as the path and
some have /etc/puppet as the path. Quite confusing.
The manifest has:
file {
"/etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL":
owner => root, group => root, mode => 0444,
source =>
"puppet://$server/yum/etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL";
}
I also tried with a source of
"puppet:////yum/etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL", but that got me the
same result.
And finally, the client can reach the server because I can telnet from
the client to the server on port 8140.
[root@app1 yum.repos.d]# telnet puppet 8140
Trying 10.10.4.231...
Connected to puppet.fr.xxx.com (10.10.4.231).
Escape character is ''^]''.
Anyone got any ideas? A google search yielded NO results.
Thanks,
Doug.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---