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.
