Hello readers,
I have a little thing here. I am configuring my environment to have a separate manifest file, using the [ENV] blocks and the manifest= setting in puppet.conf. So far, so good.
Now if I run the puppet agent on the client machine, the catalog does seem to be empty. I deliberately changed my environment's site.pp to contain errors, but the puppet agent --test run simply runs and does nothing. no error message. I have removed the host configuration from the central site.pp file, and moved it to the environment-specific one. So for me it looks like the specific site.pp file is not found/read. I checked the path, and it is correct.
This is my puppet.conf:
http://pastebin.com/k1wv9XQKMy puppet version is 2.6.17 from SLES 11 SP2.
Thanks for any help!
Axel.