Hi, No i'm trying to have puppet run all of the pp files under the module's manifest directory all it does is run init.pp
could it be because I'm not specifying every specifc pp file in my site.pp file on the master? On Fri, Feb 22, 2013 at 11:38 AM, Felix Frank < [email protected]> wrote: > Hi, > > On 02/22/2013 05:21 PM, Raymond Regnier wrote: > > Hello, > > > > I've installed the puppet module mysql however I'm noticing its only > > reading the init.pp when puppet does its run.. For some reason its > > ignoring all of the other pp files in under the directory such as the > > backup.pp,sever.pp or ruby.pp > > > > what am I doing wrong.. I even run a puppet apply on the individual pp > > files however they do not run > > what do you expect to happen when you apply a single manifest file from > a module? > > The classes and types defined in the individual files only take effect > when you include the classes or use the defined types. Does that not > work for you? > > Regards, > Felix > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/puppet-users?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- Raymond Regnier Mobile (202) 716-9898 [email protected] [email protected] -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
