Olivier
2009-Jan-07 07:15 UTC
[Puppet Users] Re: Noob - What means "Cannot access mount[plugins]" ? [SOLVED]
2009/1/6 Robin Lee Powell <rlpowell@digitalkingdom.org>> > 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/24 > > You need to specify a path there. > > What it''s actually *used* for, I''m not at all clear. > > -RobinHi, I read http://reductivelabs.com/trac/puppet/wiki/PluginsInModules with which what this was all about. Anyway, I changed puppet.conf to : [main] logdir=/var/log/puppet vardir=/var/lib/puppet ssldir=/var/lib/puppet/ssl rundir=/var/run/puppet factpath=$vardir/lib/facter #pluginsync=true ############# next line is the one added pluginsync=false server=panoramix.perenip.lan [puppetmasterd] templatedir=/var/lib/puppet/templates #templatedir=/etc/puppet/templates ... and then, I got rid of error messages err: /File[/var/lib/puppet/lib]: Failed to generate additional resources during transaction: Cannot access mount[plugins] To let others avoid this error message, would you say either : 1. pluginsync parameter should have been set to false in the first place ? 2. pluginsync parameter should remain set to true but something else should be changed in installation process ? Anyway, I would rate this question as SOLVED and open a new thread for this latter question. Regards --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Apparently Analagous Threads
- configuring puppet to run custom facts
- puppetd --test
- Warning: Local environment: "42A" doesn't match server specified node environment "production", switching agent to "production"
- [Bug 11075] New: Shouldn't --inplace fail immediately if it can't make files?
- Problem implementing multiple Environments