Olivier
2009-Jan-06 10:23 UTC
[Puppet Users] Noob - What means "Cannot access mount[plugins]" ?
Hi, I''m new to Puppet. I installed Puppet on Debian Lenny (version is 0.24.5). When I''m trying to use puppet locally (on the machine I installed puppetmaster on), I keep getting messages such as : err: /File[/var/lib/puppet/lib]: Failed to generate additional resources during transaction: Cannot access mount[plugins] err: /File[/var/lib/puppet/lib]: Failed to retrieve current state of resource: Cannot access mount[plugins] Could not describe /plugins: Cannot What does it mean ? Cheers puppet.conf is : [main] logdir=/var/log/puppet vardir=/var/lib/puppet ssldir=/var/lib/puppet/ssl rundir=/var/run/puppet factpath=$vardir/lib/facter pluginsync=true server=panoramix.perenip.lan [puppetmasterd] templatedir=/var/lib/puppet/templates #templatedir=/etc/puppet/templates fileserver.conf is: # This file consists of arbitrarily named sections/modules # defining where files are served from and to whom # Define a section ''files'' # Adapt the allow/deny settings to your needs. Order # for allow/deny does not matter, allow always takes precedence # over deny [files] path /etc/puppet/files # allow *.example.com # deny *.evil.example.com # allow 192.168.0.0/24 [plugins] # allow *.example.com # deny *.evil.example.com # allow 192.168.0.0/24 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Robin Lee Powell
2009-Jan-06 22:20 UTC
[Puppet Users] Re: Noob - What means "Cannot access mount[plugins]" ?
On Tue, Jan 06, 2009 at 11:23:56AM +0100, Olivier wrote:> Hi, > > I''m new to Puppet. > I installed Puppet on Debian Lenny (version is 0.24.5). > > When I''m trying to use puppet locally (on the machine I installed > puppetmaster on), I keep getting messages such as : > err: /File[/var/lib/puppet/lib]: Failed to generate additional resources > during transaction: Cannot access mount[plugins] > err: /File[/var/lib/puppet/lib]: Failed to retrieve current state of > resource: Cannot access mount[plugins] Could not describe /plugins: Cannot[snip]> [plugins] > # allow *.example.com > # deny *.evil.example.com > # allow 192.168.0.0/24You need to specify a path there. What it''s actually *used* for, I''m not at all clear. -Robin -- They say: "The first AIs will be built by the military as weapons." And I''m thinking: "Does it even occur to you to try for something other than the default outcome?" -- http://shorl.com/tydruhedufogre http://www.digitalkingdom.org/~rlpowell/ *** http://www.lojban.org/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---