Re: [Puppet Users] Re: Puppet uses catalog of node B for node A

2014-08-13 Thread Helmut Rickel
Hello John, from a puppet-beginners point of view it seems astonishing that running "puppet agent -t" on node A can have influence on the catalog prepared for node B. I agree that your inital response perfectly fitted to the solution of the problem. Thanks for that explanation! Kind regards H

Re: [Puppet Users] Re: Puppet uses catalog of node B for node A

2014-08-13 Thread jcbollinger
Hello Helmut, I am glad you have resolved your issue. I have recently been travelling, and hence not responsive to this list, but I feel compelled to observe that the problem turned out to be exactly what I said in my initial response it might be: "In particular, I am inclined to guess that on

Re: [Puppet Users] Re: Puppet uses catalog of node B for node A

2014-08-13 Thread Helmut Rickel
Hello Jose, I have to correct myself: In https://docs.puppetlabs.com/learning/modules1.html it is not suggested to use "include" in init.pp, but for an

Re: [Puppet Users] Re: Puppet uses catalog of node B for node A

2014-08-10 Thread Helmut Rickel
Hello Jose, thanks a lot for this hint. It solves my problem! I am highly astonished as I got the idea for placing the include-statements in init.pp from https://docs.puppetlabs.com/learning/modules1.html . Right now, I do not understand why the include-Statements are not necessary here and wh

Re: [Puppet Users] Re: Puppet uses catalog of node B for node A

2014-08-08 Thread José Luis Ledesma
Hi, If I understand correctly you have an include java|tomcat inside the init.pp of each class definition? I don't really know what is happening but I bet that if you remove these lines it will start to work correctly. Regards, El 08/08/2014 15:12, "Helmut Rickel" escribió: > Hello John, > I m