I'm getting the following error from puppetd whenever it tries to backup a
file to the filebucket on the server.
err:
//Node[devdata]/dataserver/data_packages/apacheconf/File[/etc/apache2/modules.d/00_mpm.conf]/source:
change from {md5}0ffbbd3efd8934e7d9113cc13a375326 to
puppet:///files/data/etc/apache2/modules.d/00_mpm.conf failed: Could not
connect to puppet on port 8140
The puppetmaster is running under passenger.
The permissions look correct to me:
drwxr-x--- 2 puppet puppet 4096 Dec 15 17:00 /var/lib/puppet/bucket/
drwxr-x--- 18 puppet root 4096 Dec 15 12:05/var/lib/puppet/clientbucket
the rack application is running as the puppet user:
puppet 29316 1 4 12:35 ? 00:00:11 Rack:
/usr/share/puppet/rack/puppetmasterd
The bucket is just the example:
# default filebucket
filebucket { main: server => puppet }
# global defaults
File { backup => main }
If I comment out the File { backup => main } line everything works fine.
What am I missing?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---