I have the same problem, but the other way around :) My puppet client only uses the node definitions in the environment specific site.pp
Anyway you can debug the master with: puppet master --verbose --no-daemonize --debug On Wednesday, September 26, 2012 9:55:21 AM UTC+2, Axel Bock wrote: > > hm, since no one here seems to have an idea - maybe someone can answer me > another question related to this: > > is there a "debug" mode on the puppet MASTER? this way I could maybe > figure out what the master does and "thinks", and why he does not obey my > little manifest setting. > > > thanks & cheers! > Axel. > > > Am Montag, 24. September 2012 13:48:56 UTC+2 schrieb Axel Bock: >> >> Hello readers, >> >> I am configuring my environment to have a separate manifest file, using >> $environment to in the module and manifest path. >> For the modules it works now. The site.pp file ... is another issue. I >> was under the impression it did, but it wasnt. >> >> Basically I did the following: >> modulepath = >> /etc/puppet/environments/$environment/modules:/etc/puppet/modules >> manifest = >> /etc/puppet/environments/$environment/site.pp:/etc/puppet/manifests/site.pp >> >> now when I define a node within an environment _only_ and not within the >> global site.pp file, It runs - but applies an empty catalog. When I move >> the node definition to the global site.pp file in >> /etc/puppet/manifests/site.pp, it works again. The very same defnition, >> just copied from one file to another. It also does not work when I use >> single-file/single-directory entries for modulepath and manifest. >> >> >> Any ideas here? I could use some :) >> Thanks & greetings! >> Axel. >> > -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/kGdxzSpMN6kJ. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.