On Fri, Nov 12, 2010 at 10:28 AM, Roberto Bouza <[email protected]> wrote: > Hello, > > Up to right now everything is working great with puppet. I just have > one questions. > > Is there a way to tell a type (like file) not to fail if something > specific happens. > > Let's say I have a directory which it needs to be created if its not > there and then I mount a file system "ro" on top of that. > > The first time it'll work but the second time it will fail with an > error saying the directory is "ro" and it will fail on recursion. > > There has to be a way to tell puppet that when is a "ro" just check if > the file is there don't create it (if you ar elooking for a file > inside a "ro" direcotry) > > I don't know if its clear what I'm trying to achieve.
It's not perfectly clear :) Can you post your manifests so we can see the problem you're trying to solve? > > Thank you. > > -- > 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. > > -- Nigel Kersten - Puppet Labs - http://www.puppetlabs.com -- 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.
